diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2019-01-21 09:16:51 +0000 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2019-01-21 09:16:51 +0000 |
commit | 0bc62b9c27b562986409851789c302be0ac7379f (patch) | |
tree | e50ea9923e80ab1acd86c9393f5e59300410b3f5 | |
parent | 9f0953d320bbc06a77596a93b6fdbcbf315cb06a (diff) | |
download | rails-0bc62b9c27b562986409851789c302be0ac7379f.tar.gz rails-0bc62b9c27b562986409851789c302be0ac7379f.tar.bz2 rails-0bc62b9c27b562986409851789c302be0ac7379f.zip |
Add missing entries to guides' changelog file [ci skip]
We added "Action Mailbox Basics", "Action Text Overview" guides(#34812, #34878)
I think it makes to mention about it in the changelog file. (Similar to 7200ec92f8)
Note that entries retain original author since
I just moved content from readme files to the guides.
-rw-r--r-- | guides/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 5a97fbb586..6432dbfd00 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,5 +1,13 @@ ## Rails 6.0.0.beta1 (January 18, 2019) ## +* Add "Action Text Overview" Guide. + + *DHH* + +* Add "Action Mailbox Basics" Guide. + + *DHH* + * New section _Troubleshooting_ in the _Autoloading and Reloading Constants_ guide. *Xavier Noria* |