Skip to content

Commit

Permalink
Updating changelog and version for 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 3, 2011
1 parent 12b42d8 commit 30eacc8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

For instructions on upgrading to newer versions, visit {mongoid.org}[http://mongoid.org/docs/upgrading.html].

== 2.1.3

=== Bug Fixes

* #1109 Fixed validations not loading one to ones into memory.

* #1107 Mongoid no longer wants required mongoid/railtie in application.rb

* #1102 Fixed nested attributes deletion.

* #1097 Reload now runs after_initialize callbacks.

* #1079 Embeds many no longer duplicates documents.

* #1078 Fixed array criteria matching on embedded documents.

* #1028 Implement scoped on one-to-many and many-to-many relations.

* #988 Many-to-many clear no longer deletes the child documents.

* #977 Autosaving relations works also through nested attributes.

* #972 Recursive embedding now handles namespacing on generated names.

* #943 Don't override Document#attributes.

* #893 Verify count is not caching on many to many relations.

* #815 Verify after_initialize is run in the correct place.

* #793 Verify any_of scopes chain properly with any other scope.

* #776 Fixed mongoid case quality when dealing with subclasses.

* #747 Fixed complex criteria using its keys to render its string value.

* #721 safely now properly raises validation errors when they occur.

== 2.1.2

=== Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions lib/mongoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
module Mongoid #:nodoc
VERSION = "2.1.2"
VERSION_DATE = "2011-07-31"
VERSION = "2.1.3"
VERSION_DATE = "2011-08-03"
end

0 comments on commit 30eacc8

Please sign in to comment.