1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Update Changelog for release

This commit is contained in:
James Cox 2014-12-29 12:50:31 -05:00
parent 51f14a1b6c
commit faba3b517d

View file

@ -1,3 +1,15 @@
1.6.0
semi-major release since it's been a while, and there are several
improvements.
- Improves support for new mongoid/moped (Velkitor, Francois Bernier et al)
- Converts specs to rspec 3+ (Adam Jonas, James Cox)
- Fixes incompatibility with IPAddr (James Cox, Michael Dvorkin)
- Fixes incompatibility with the money gem (Michael Dvorkin)
- Fixes AR::Relation presentation (Sergey Ponomarov)
- Lazy-loads ActionView (Akira Matsuda)
- Fixes inspection of abstract classes (Jonathan Priddle)
- Gets most specs passing, and fixes suite (Eoin Kelly)
1.2.0 <-- NOTE: This is the *last* release supporting Ruby < v1.9.3 and Rails < v3. 1.2.0 <-- NOTE: This is the *last* release supporting Ruby < v1.9.3 and Rails < v3.
- Added Sequel ORM plugin (Jonathan Davies) - Added Sequel ORM plugin (Jonathan Davies)
- Added Ripple plugin (Ruby modeling layer for Riak, Scott Hyndman) - Added Ripple plugin (Ruby modeling layer for Riak, Scott Hyndman)
@ -93,4 +105,4 @@
0.1.0 0.1.0
- Initial Release. - Initial Release.