From 802072dd12026b1626766bb130096f9512b09ad8 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 18 Sep 2015 10:45:27 -0500 Subject: [PATCH] Created CHANGELOG for #20 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dfa2df1..c2b8f2233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,11 @@ All notable changes to this project will be documented in this file, in reverse ### Deprecated -- Nothing. +- [#20](https://github.com/zendframework/zend-stdlib/pull/20) deprecates *all + hydrator* classes, in favor of the new [zend-hydrator](https://github.com/zendframework/zend-hydrator) + component. All classes were updated to extend their zend-hydrator equivalents, + and marked as `@deprecated`, indicating the equivalent class from the other + repository. ### Removed