aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:17 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:17 +0000
commit33e9876c00b57e14d30c0629cb6c9805341639a5 (patch)
tree584aa25c65ee166f322ad364c0651a12f42a44ba /activesupport/CHANGELOG
parentf6d45ce95dae13bce93446b678148327edeaf6b8 (diff)
downloadrails-33e9876c00b57e14d30c0629cb6c9805341639a5.tar.gz
rails-33e9876c00b57e14d30c0629cb6c9805341639a5.tar.bz2
rails-33e9876c00b57e14d30c0629cb6c9805341639a5.zip
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8357 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 54b36d2fd7..3a52c4e909 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -16,9 +16,9 @@
* Speedup String#blank? [Jeremy Kemper, Koz]
-* Add documentation for Hash#diff. Closes #9306 [tarmo]
+* Add documentation for Hash#diff. Closes #9306 [Tarmo Tänav]
-* Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, tarmo]
+* Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, Tarmo Tänav]
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [Josh Peek, Chu Yeow, Tim Pope]
@@ -85,11 +85,11 @@
* Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 [Rick]
-* Fixed cache_page to use the request url instead of the routing options when picking a save path #8614 [josh]
+* Fixed cache_page to use the request url instead of the routing options when picking a save path. #8614 [Josh Peek]
* Object.subclasses_of includes anonymous subclasses. [Jeremy Kemper]
-* Fixed that pluralizing an empty string should return the same empty string, not "s" #7720 [josh]
+* Fixed that pluralizing an empty string should return the same empty string, not "s". #7720 [Josh Peek]
* Added call to inspect on non-string classes for the logger #8533 [codahale]