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

Commit

Permalink
Adds CHANGELOG for #65
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 20, 2017
1 parent cbc97e8 commit 2907ec9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.
Expand All @@ -18,7 +22,12 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#65](https://github.com/zendframework/zend-hydrator/pull/65) fixes the
hydration behavior of the `ArraySerializable` hydrator when using
`exchangeArray()`. Previously, the method would clear any existing values from
the instance, which is problematic when a partial update is provided as values
not in the update would disappear. The class now pulls the original values,
and recursively merges the replacement with those values.

## 2.2.2 - 2017-05-17

Expand Down

0 comments on commit 2907ec9

Please sign in to comment.