DATAREDIS-586 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-01-26 11:33:03 +01:00
parent c7bb13ecf0
commit 3e6235dab9

View File

@@ -6,6 +6,13 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
===========================
Changes in version 1.7.7.RELEASE (2017-01-26)
---------------------------------------------
* DATAREDIS-593 - Enums with a customized toString method cannot be deserialized from byte[].
* DATAREDIS-586 - Release 1.7.7 (Hopper SR7).
* DATAREDIS-564 - Invoking JedisConnection.expire during transaction/pipelining can cause NPE.
Changes in version 1.8.0.RELEASE (2017-01-26)
---------------------------------------------
* DATAREDIS-594 - Update "whats new" section in reference documentation.