Improve change log
This commit is contained in:
parent
2d3fce177f
commit
b30289f233
1 changed files with 4 additions and 11 deletions
15
ChangeLog.md
15
ChangeLog.md
|
|
@ -1,10 +1,4 @@
|
||||||
## Changes between 1.2.0-rc1 and 1.2.0
|
## Changes between 1.1.0 and 1.2.0
|
||||||
|
|
||||||
No changes yet.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Changes between 1.2.0-alpha1 and 1.2.0-rc1
|
|
||||||
|
|
||||||
### Clojure 1.4 By Default
|
### 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.
|
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 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
|
### Eliminated Reflection Warnings in monger.joda-time
|
||||||
|
|
||||||
`monger.joda-time` functions no longer result in reflective method calls.
|
`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.
|
`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
|
## Changes between 1.1.0-rc1 and 1.1.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue