diff options
author | Andrew White <andrew.white@unboxed.co> | 2016-11-13 23:25:05 +0000 |
---|---|---|
committer | Andrew White <andrew.white@unboxed.co> | 2016-11-13 23:25:05 +0000 |
commit | 213f0d63a514185000502b74929ed5e6f866e48b (patch) | |
tree | 64a3cbb2ff6a89954381a1d03a3f7522c47847a8 | |
parent | dadba9ae5711c36e0491dffbd8fd03b96db45c19 (diff) | |
download | rails-213f0d63a514185000502b74929ed5e6f866e48b.tar.gz rails-213f0d63a514185000502b74929ed5e6f866e48b.tar.bz2 rails-213f0d63a514185000502b74929ed5e6f866e48b.zip |
Update CHANGELOG
-rw-r--r-- | activesupport/CHANGELOG.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index fac91c31da..b4e54dc501 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,51 @@ +* Remove deprecated `:prefix` option from `number_to_human_size` + + *Andrew White* + +* Remove deprecated method `ActiveSupport::HashWithIndifferentAccess.new_from_hash_copying_default` + + *Andrew White* + +* Remove deprecated method `Module.local_constants` + + *Andrew White* + +* Remove deprecated file `active_support/core_ext/time/marshal.rb` + + *Andrew White* + +* Remove deprecated file `active_support/core_ext/struct.rb` + + *Andrew White* + +* Remove deprecated file `active_support/core_ext/module/method_transplanting.rb` + + *Andrew White* + +* Remove deprecated method `Module.local_constants` + + *Andrew White* + +* Remove deprecated file `active_support/core_ext/kernel/debugger.rb` + + *Andrew White* + +* Remove deprecated method `ActiveSupport::Cache::Store#namespaced_key` + + *Andrew White* + +* Remove deprecated method `ActiveSupport::Cache::Strategy::LocalCache::LocalStore#set_cache_value` + + *Andrew White* + +* Remove deprecated method `ActiveSupport::Cache::MemCacheStore#escape_key` + + *Andrew White* + +* Remove deprecated method `ActiveSupport::Cache::FileStore#key_file_path` + + *Andrew White* + * Ensure duration parsing is consistent across DST changes Previously `ActiveSupport::Duration.parse` used `Time.current` and |