CHANGELOG in acts_as_audited-2.0.0.rc7 vs CHANGELOG in acts_as_audited-2.0.0
- old
+ new
@@ -1,13 +1,12 @@
acts_as_audited ChangeLog
-------------------------------------------------------------------------------
-Not released - 2.0.0
- Rails 3 support
- Support for associated audits
- Support for remote IP address storage
- Plenty of bug fixes and refactoring
-
+* 2011-09-09 - Rails 3.x support
+ Support for associated audits
+ Support for remote IP address storage
+ Plenty of bug fixes and refactoring
+ [kennethkalmer, ineu, PatrickMa, jrozner, dwarburton, bsiggelkow, dgm]
* 2009-01-27 - Store old and new values for updates, and store all attributes on destroy.
Refactored revisioning methods to work as expected
* 2008-10-10 - changed to make it work in development mode
* 2008-09-24 - Add ability to record parent record of the record being audited
[Kenneth Kalmer]