Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 30, 2012
1 parent 4b96535 commit bb81048
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.11.1 - 2012-03-30

Enhancements:

* Add ActiveRecord-style #touch to documents and associations
* Add options to atomic modifiers that are passed to the driver

Page.increment({:title => "Hello World"}, {:comment_count => 1}, {:upsert => true})

Bug Fixes:

* Stop raising error if MongoMapper.database is nil
* Delegate :distinct, :size, :reverse, :offset, :order, :empty?, :filter,
:find_one, :per_page, :ignore, :only, and :to_a on Document to query
* Fix for EmbeddedDocument#inspect [#373]
* Ensure milliseconds are preserved with time values [#308]
* Allow MongoMapper.setup to accept a symbol for the environment name

0.11.0 - 2012-01-26

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo_mapper/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: UTF-8
module MongoMapper
Version = '0.11.0'
Version = '0.11.1'
end

0 comments on commit bb81048

Please sign in to comment.