diff --git a/CHANGELOG.md b/CHANGELOG.md index f77de02d..0175e3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v3.2.0 + +* **Added** Support denormoalizing from Immutable entities (gh-228) +* **Added** Brought back `get idAttribute()` to `schema.Entity` (gh-226) +* **Fixed** Gracefully handle missing data in `denormalize` (gh-232) +* **Fixed** Prevent infinite recursion in `denormalize` (gh-220) + # v3.1.0 * **Added** `denormalize`. (gh-214) diff --git a/package.json b/package.json index c77b6f91..0ec8b0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalizr", - "version": "3.1.0", + "version": "3.2.0", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "bugs": { "url": "https://github.com/paularmstrong/normalizr/issues"