aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-02-14 00:00:33 -0800
committerXavier Noria <fxn@hashref.com>2019-02-14 00:04:20 -0800
commite53430fa9af239e21e11548499d814f540d421e5 (patch)
tree8eac27eaa9be9354de4037249c6fe62a2e4dc6db /activesupport/CHANGELOG.md
parenta20b00db3fd2e05a960c1d68cc7bce64733e49e7 (diff)
downloadrails-e53430fa9af239e21e11548499d814f540d421e5.tar.gz
rails-e53430fa9af239e21e11548499d814f540d421e5.tar.bz2
rails-e53430fa9af239e21e11548499d814f540d421e5.zip
Register new autoloading in AS CHANGELOG [ci skip]
There is too much to say about it for a CHANGELOG entry, and linking to the original PR could mislead if there are later changes as already happened with the gem dependency, so just a one-liner. For final we'll up to date documentation.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8bb531f1b8..c46b56833d 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* New autoloading based on [Zeitwerk](https://github.com/fxn/zeitwerk).
+
+ *Xavier Noria*
+
* Revise `ActiveSupport::Notifications.unsubscribe` to correctly handle Regex or other multiple-pattern subscribers.
*Zach Kemp*