From ba85aa6a4491585aee51b0d19ff110ddd7864c77 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 11 Oct 2016 11:07:47 -0500 Subject: [PATCH] Added CHANGELOG for #365 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3a8659..fd68fc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,11 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#365](https://github.com/zfcampus/zf-apigility-admin/pull/365) updates the + logic in the `DbAutodiscoveryModel` to catch and report exceptions due to + metadata discovery issues (typically invalid character sets) that were + previously returning an empty list, providing better diagnostic details to + end-users. ## 1.5.7 - 2016-08-14