History update

This commit is contained in:
Marcos Tapajós 2011-06-07 21:00:41 -03:00
parent 0bb00860d1
commit d99150547c

View file

@ -6,6 +6,7 @@
* Properties with a nil value are now no longer sent to the database.
* Now possible to build new objects via CastedArray#build
* Implement #get! and #find! class methods
* Now is possible delete particular elements in casted array(Kostiantyn Kahanskyi)
* Minor fixes
* #as_json now correctly uses ActiveSupports methods.