Added missing documentation for the next version.

This commit is contained in:
Ernesto Tagwerker 2014-12-14 11:53:20 +07:00
parent 030e344d38
commit 58031e1354

View file

@ -5,11 +5,14 @@
which have had records added to them. (@MadRabbit)
* Add support for `pre_count` on Sequel with Mysql. (@vrinek)
* Add support for neo4j. (@dpisarewski)
* Cache collection names in mongo's truncation strategy. (@nyarly)
* Support for mongoid multiple connections. (@nyarly)
=== Bug Fixes
* Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)
* Fully define Mysql2 adaptor constant. (@jgonera)
* Don't truncate schema tables in Postgres. (@billywatson)
* Fix issue #284. (@MartinNowak)
== 1.3.0 2014-05-23