Chris@1295: 2.0.2 Chris@1295: * Fixed deprecation warning under Rails 3.1 [Philip Arndt] Chris@1295: * Converted Test::Unit matchers to RSpec. [Uģis Ozols] Chris@1295: * Added inverse_of to associations to improve performance rendering trees. [Sergio Cambra] Chris@1295: * Added row locking and fixed some race conditions. [Markus J. Q. Roberts] Chris@1295: Chris@1295: 2.0.1 Chris@1295: * Fixed a bug with move_to not using nested_set_scope [Andreas Sekine] Chris@1295: Chris@1295: 2.0.0.pre Chris@1295: * Expect Rails 3 Chris@1295: * Changed how callbacks work. Returning false in a before_move action does not block save operations. Use a validation or exception in the callback if you need that. Chris@1295: * Switched to RSpec Chris@1295: * Remove use of Comparable