removes nonsensical parens in History

This commit is contained in:
Ben Mabey 2013-05-14 09:32:51 -06:00
parent c4a6404cd5
commit 3ecd0f5f64

View file

@ -7,7 +7,7 @@
=== New Features/Changes
* Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
* Now supporting (and testing against ruby 2.0.x).
* Now supporting and testing against ruby 2.0.x.
* Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
* Adds Rails 4 support for SQLite3Adapter
* Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)