forked from mongodb/mongoid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- CHANGELOG* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
= Overview | ||
|
||
For instructions on upgrading to newer versions, visit {mongoid.org}[http://mongoid.org/docs/upgrading.html]. | ||
|
||
== 2.1.0 (unreleased) | ||
|
||
=== Major Changes | ||
|
||
* Traditional slave support has been removed from Mongoid. | ||
Replica sets should be used in place of traditional master and slave setups. | ||
|
||
=== New Features | ||
|
||
* #587 Added order preference to many and many to many associations (Gregory Man) | ||
* Added ability to chain order_by statements (Gregory Man) | ||
* #961 Allow arbitrary Mongo::Connection options to pass through Mongoid::Config::Database object. (Morgan Nelson) | ||
* Enable autosave for many to many references. (Dave Krupinski) | ||
|
||
=== Bug Fixes | ||
|
||
* #974 Fix attribute_present? to work correctly then attribute value is false, thanks to @nickhoffman (Gregory Man) | ||
* #960 create indexes rake task is not recognizing a lot of mongoid models because it has problems guessing their model names from filenames (adyard) | ||
* #874 Deleting from a M-M reference is one-sided (nickhoffman, davekrupinski) | ||
* Replace deprecated class_inheritable_hash dropped in Rails 3.1+ (Konstantin Shabanov) | ||
* Fix inconsistent state when replacing an entire many to many relation | ||
* Don't clobber inheritable attributes when adding subclass field inheritance (Dave Krupinski) | ||
* #914 Querying embedded documents with '$or' selector (Max Golovnia) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters