From ec10cb40f6cf431d58926ac361e8cd01771aa9fe Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 30 Apr 2014 16:38:55 +0200 Subject: [PATCH] DATAREDIS-297 - Improve changelog to make sure we can automate additions. Moved the = line below the additional informations to make sure we find the right spot to add additional changelog entries when automating the release preparations. --- docs/src/info/changelog.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 7b9a0ca5b..91e6d26f3 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -1,9 +1,10 @@ SPRING DATA REDIS CHANGELOG -=========================== +--------------------------- http://projects.spring.io/spring-data-redis/ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version] Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 +=========================== Changes in version 1.3.0.M1 (2014-03-31) ---------------------------------------- @@ -27,7 +28,7 @@ Task [DATAREDIS-261] - Upgrade commons-pool to commons-pool2. [DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof. [DATAREDIS-292] - Release 1.3.0 M1. - + Changes in version 1.2.1.GA (2014-03-27) ---------------------------------------- Fix @@ -43,7 +44,7 @@ Changes in version 1.2.0.GA (2014-03-03) Task [DATAREDIS-279] - Update reference documentation. [DATAREDIS-282] - PubSubResubscribeTests should use jedis without pool. - + Changes in version 1.2.0.RC1 (2014-02-19) ----------------------------------------