aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGregor Schmidt <ruby@schmidtwisser.de>2010-01-26 12:02:31 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-27 15:29:06 -0800
commit7b8c6472ffb6df4d341b0657f82e63c19e9a429c (patch)
tree4149671cd3573ef37fcf483d87339e08b5febb05 /activesupport/CHANGELOG
parentb6b3db6734af8d5b42c7bdcea7c73923a5b88463 (diff)
downloadrails-7b8c6472ffb6df4d341b0657f82e63c19e9a429c.tar.gz
rails-7b8c6472ffb6df4d341b0657f82e63c19e9a429c.tar.bz2
rails-7b8c6472ffb6df4d341b0657f82e63c19e9a429c.zip
Adding custom yaml (de-)serialization for OrderedHash
[#3608 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 710e5c81e0..0454cb731d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* YAML serialization for OrderedHash. #3608 [Gregor Schmidt]
+
* Update bundled TZInfo to v0.3.16 [Geoff Buesing]
* Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" #1821 [Geoff Buesing, Reuben Sivan]