mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Added missing documentation for the next version.
This commit is contained in:
parent
030e344d38
commit
58031e1354
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue