History in configurable-0.4.2 vs History in configurable-0.5.0
- old
+ new
@@ -1,4 +1,22 @@
+== 0.5.0 / 2009-05-25
+
+* fixed io validation to not duplicate IOs
+* fixed :hidden type for nested configurations
+* open_io now returns block result
+* updated Validation parsing of strings into ranges
+* DelegateHash now has the ability to rebind a receiver
+* list validation now accepts validation block
+* added api validation
+* configs may now be specified in modules and included
+ into classes
+* ConfigParser can now ignore unknown options
+* converted num to numeric in Validation (for consistency)
+* changed 'values' to 'options' in select and list_select
+* expanded io/open_io to allow integer file descriptors
+* reworked mapping in DelegateHash to respect indifferent
+ access
+
== 0.4.2 / 2009-03-30
* set delegate default no longer freezes value
* added :duplicate_default attribute to turn off default
value duplication