Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Additional note for CHANGELOG about migration steps
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 21, 2015
1 parent b751729 commit 77d7dbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ All notable changes to this project will be documented in this file, in reverse
the `Zend\Stdlib\Exception` namespace. You will need to update your code to
catch exceptions in the `Zend\Hydrator\Exception` namespace.

- Users who *do* migrate to zend-hydrator may end up in a situation where
their code will not work with existing libraries that are still type-hinting
on the zend-stdlib interfaces. We will be attempting to address that ASAP,
but the deprecation within zend-stdlib is necessary as a first step.

In the meantime, you can write hydrators targeting zend-stdlib still in
order to guarantee compatibility.

### Removed

- Nothing.
Expand Down

0 comments on commit 77d7dbe

Please sign in to comment.