History update

master
Marcos Tapajós 2011-06-07 21:00:41 -03:00
parent 0bb00860d1
commit d99150547c
1 changed files with 1 additions and 0 deletions

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.