Skip to content

Commit

Permalink
Updated Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
thhermansen committed Nov 8, 2011
1 parent 15994fe commit 55ccfc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,13 @@
# v0.2.2 (git develop)
# v0.2.2.rc3 (git develop)

- Experimental support for 1.9.3 (all tests do pass).


# v0.2.2.rc2 (git master)

- Fixed some issues related to callbacks on embedded records.


# v0.2.2.rc1

- ProxyCollection destroy_all and delete_all returns removed records.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
massive_record (0.2.2.rc2)
massive_record (0.2.2.rc3)
activemodel (~> 3.0.7)
activesupport (~> 3.0.7)
thrift (= 0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/massive_record/version.rb
@@ -1,3 +1,3 @@
module MassiveRecord
VERSION = "0.2.2.rc2"
VERSION = "0.2.2.rc3"
end

0 comments on commit 55ccfc4

Please sign in to comment.