Skip to content

Commit

Permalink
Add a CHANGELOG, fixes #820
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Jun 13, 2011
1 parent a71b4d4 commit cdeb836
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- CHANGELOG*
27 changes: 27 additions & 0 deletions CHANGELOG.rdoc
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)
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = "rdoc"
rdoc.title = "mongoid #{Mongoid::VERSION}"
rdoc.rdoc_files.include("README*")
rdoc.rdoc_files.include("CHANGELOG*")
rdoc.rdoc_files.include("lib/**/*.rb")
end

Expand Down

0 comments on commit cdeb836

Please sign in to comment.