To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / plugins / awesome_nested_set / CHANGELOG @ 1298:4f746d8966dd

History | View | Annotate | Download (606 Bytes)

1
2.0.2
2
* Fixed deprecation warning under Rails 3.1 [Philip Arndt]
3
* Converted Test::Unit matchers to RSpec. [Uģis Ozols]
4
* Added inverse_of to associations to improve performance rendering trees. [Sergio Cambra]
5
* Added row locking and fixed some race conditions. [Markus J. Q. Roberts]
6

    
7
2.0.1
8
* Fixed a bug with move_to not using nested_set_scope [Andreas Sekine]
9

    
10
2.0.0.pre
11
* Expect Rails 3
12
* 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.
13
* Switched to RSpec
14
* Remove use of Comparable