Skip to content

Commit

Permalink
Verion 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Feb 26, 2011
1 parent 0fab340 commit a332615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
== 3.1.2 ??
== 3.1.2 2011-02-26
* Add back in support for find('3,3') which makes it possible to
do find(params[id]). This implementation is simpler than earlier version
improving code readability.
* Support for finding multiple records either via find([1,2], [3,4]) or
find{'1,2', '3,4')
* Support for finding multiple records either via find([1,2], [3,4])
* Remove to_composite_ids method which is no longer needed


== 3.1.1 2010-02-07
== 3.1.1 2011-02-07
* Implement id_before_type_cast (Jason Lewis)
* Add in tests for Model.includes(:other_model)
* Fix object comparison with nil in composite primary keys (StackNG)
Expand Down
2 changes: 1 addition & 1 deletion lib/composite_primary_keys/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CompositePrimaryKeys
module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit a332615

Please sign in to comment.