Changeset 4608
- Timestamp:
- 07/13/06 03:23:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r4607 r4608 1 1 *SVN* 2 3 * Customize default BigDecimal formatting. References #5672 [dave@pragprog.com] 2 4 3 5 * Correctly convert <foo nil="true"> to nil when using Hash.create_from_xml. [Rick]