more specific changes description

This commit is contained in:
Adam Meehan 2008-08-22 15:20:33 +10:00
parent 0ef34c7d28
commit 68e7adc028

View File

@ -1,7 +1,7 @@
[2008-08-22]
- fixed bug with attribute cache not clearing on write for date and time columns [reported by Sylvestre Mergulhão]
- return Date object for date column attribute reader when assigned string as per normal Rails behaviour
- attribute reader returns same object type when assigned Date or Time object as per normal Rails behaviour
- parse method returns Date object for date column assigned string as per normal Rails behaviour
- parse method returns same object type when assigned Date or Time object as per normal Rails behaviour
[2008-08-07]
- modified matcher option value parsing to allow same value types as validation method