diff --git a/src/main/resources/changelog-redis.txt b/src/main/resources/changelog-redis.txt new file mode 100644 index 000000000..ddd9bac26 --- /dev/null +++ b/src/main/resources/changelog-redis.txt @@ -0,0 +1,15 @@ +SPRING DATA REDIS INTEGRATION CHANGELOG +======================================= +http://www.springsource.org/spring-data + + +Changes in version 1.0.0.M1 (2010-12-13) +---------------------------------------- +General +* Configuration support for Redis Jedis and JRedis drivers/connectors +* Connection package as low-level abstraction across multiple drivers +* Exception translation +* Generified RedisTemplate for exception translation and serialization support +* Various serialization strategies +* Atomic counter support classes +* JDK Collection implementations on top of Redis diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt deleted file mode 100644 index 339073013..000000000 --- a/src/main/resources/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -Spring Datastore Key-Value 1.0.0 Milestone 1 (?, 2010) -============================================= - -New Features - * Lot's of good stuff \ No newline at end of file