README.textile in after_commit-1.0.9 vs README.textile in after_commit-1.0.10
- old
+ new
@@ -62,5 +62,6 @@
* Keeping callbacks focused on the correct transactions ("Benjamin Stein":http://benjaminste.in/)
* Using savepoints for test helper ("Lars Klevan":http://www.linkedin.com/in/larsklevan and "Joel Chippindale":http://blog.monkeysthumb.org/)
* Only tracking objects from classes that have appropriate callbacks; Adding @after/before_commit_on_save@ to cover creates and updates but not destroys ("Jason Weathered":http://jasoncodes.com/)
* Fixing up exception handling and savepoints in the test helper, and cleaning up successful transactions correctly ("Identified":https://github.com/Identified).
* Improved JRuby support ("Kevin Menard":https://github.com/nirvdrum)
+* Stop transaction failures in tests ("Ochko":http://ochko.blogspot.com/)