diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5fb4e8e0b..d5f3ba5c0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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 "what’s new" section in reference documentation.