Skip to content

Commit

Permalink
omitNull + create scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Jun 30, 2012
1 parent 3ead869 commit 74a0ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [FEATURE] added possibility to not use a junction table for many-to-many associations on the same table (thanks to innofluence)
- [FEATURE] results of the `import` method is now cached (thanks to janmeier)
- [FEATURE] added possibility to check if a specific object or a whole bunch of objects is currently associated with another object (thanks to janmeier)
- [FEATURE] added possibility to globally disable adding of NULL values to sql queries (thanks to janmeier)
- [FEATURE] Model.create can now also be used to specify values for mass assignment (thanks to janmeier)

# v1.4.1 #
- [DEPRECATION] Added deprecation warning for node < v0.6.
Expand Down

0 comments on commit 74a0ef9

Please sign in to comment.