Skip to content

Commit

Permalink
Add missing v0.0.5 release to History
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jul 29, 2011
1 parent 58eb9fe commit 91d33a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions History.md
@@ -1,4 +1,4 @@
# v0.0.5 to-be-released
# v0.0.6 to-be-released

* [BREAKING CHANGE] Moved Virtus.determine_type to a shared module Virtus::TypeLookup (dkubb)
* [BREAKING CHANGE] Attribute#typecast_to_primitive has been replaced by Attribute#coerce (solnic)
Expand All @@ -8,7 +8,13 @@
* [changed] Typecast classes have been replace by a new hierarchy of Coercion classes like Coercion::String, Coercion::Integer etc. (solnic)
* [changed] Attribute#get, #get!, #set, #set! & #coerce are now part of the public API (solnic)

[Compare v0.0.5..master](https://github.com/solnic/virtus/compare/v0.0.3...master)
[Compare v0.0.5..master](https://github.com/solnic/virtus/compare/v0.0.5...master)

# v0.0.5 2011-07-10

* [bugfix] Fixed DescendantsTracker + ActiveSupport collision (dkubb)

[Compare v0.0.4..v0.0.5](https://github.com/solnic/virtus/compare/v0.0.4...v0.0.5)

# v0.0.4 2011-07-08

Expand Down

0 comments on commit 91d33a6

Please sign in to comment.