diff options
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index e3c0c8a71b..9ea01ada2e 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stienstra] + * Add 'unloadable', a method used to mark any constant as requiring an unload after each request. [Nicholas Seckar] * Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra] |