From 91d33a6352e391974b8477726b835a90c9869f64 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Fri, 29 Jul 2011 14:27:12 +0200 Subject: [PATCH] Add missing v0.0.5 release to History --- History.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index d453bb38..6b8f9b1b 100644 --- a/History.md +++ b/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) @@ -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