Change log updates

This commit is contained in:
Michael Klishin 2018-12-07 20:01:09 +03:00
parent d6f5ac743d
commit 1e313f990c
No known key found for this signature in database
GPG key ID: 2C0DA45F4F944489

View file

@ -1,13 +1,26 @@
## Changes between 3.1.x and 3.2.0 (unreleased)
## Changes between 3.1.x and 3.5.0 (unreleased)
### MongoDB Java Driver Update
MongoDB Java driver dependency has been updated to `3.4.x`.
MongoDB Java driver dependency has been updated to `3.9.x`.
This means that Monger now **requires JDK 7**.
This means that Monger now **requires JDK 8**.
Contributed by @Linicks.
### 3rd Party Library Compatibility
* Cheshire `5.8.x`
* clj-time `0.15.1`
* ring-core `0.15.1`
* Ragtime `0.7.x`.
### URI Connection Usability Improvement
URIs that don't specify a database will now be rejected as invalid.
Contributed by Chris Broome.
## Changes between 3.0.x and 3.1.0 (September 17th, 2016)