From b30289f233b68327259d47aa2aefd32f641cd3d8 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 24 Aug 2012 21:46:10 +0400 Subject: [PATCH] Improve change log --- ChangeLog.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d5a13e7..25ab67f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,4 @@ -## Changes between 1.2.0-rc1 and 1.2.0 - -No changes yet. - - - -## Changes between 1.2.0-alpha1 and 1.2.0-rc1 +## Changes between 1.1.0 and 1.2.0 ### Clojure 1.4 By Default @@ -20,14 +14,11 @@ We encourage all users to upgrade to 1.4, it is a drop-in replacement for the ma and extended. If not, `monger.joda-time` will only extend Clojure reader and BSON dates serialization/deserialization. - ### MongoDB Java driver 2.9.0 -MongoDB Java driver dependency has been updated to 2.9.0[-RC1]. +MongoDB Java driver dependency has been updated to 2.9.0[-RC2]. -## Changes between 1.1.0 and 1.2.0-alpha1 - ### Eliminated Reflection Warnings in monger.joda-time `monger.joda-time` functions no longer result in reflective method calls. @@ -58,6 +49,8 @@ For example: `monger.collection/insert-and-return` now preserves existing document ids, just like `monger.collection/save-and-return` does. + + ## Changes between 1.1.0-rc1 and 1.1.0 No changes.