diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-08 17:10:42 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-08 17:10:42 -0400 |
commit | f785ad786ae49dd6f7a2f1d77c44ea17008c6656 (patch) | |
tree | 15d90bdab27b06a9f45a9158c46cce4100c733dc | |
parent | bb13c37fefdc8b5699918b38eff84751c2899ad5 (diff) | |
download | rails-f785ad786ae49dd6f7a2f1d77c44ea17008c6656.tar.gz rails-f785ad786ae49dd6f7a2f1d77c44ea17008c6656.tar.bz2 rails-f785ad786ae49dd6f7a2f1d77c44ea17008c6656.zip |
Add scaffolding for different sections in 5.1 release notes
[ci skip]
-rw-r--r-- | guides/source/5_1_release_notes.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index 5d4885d55c..d796236807 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -223,41 +223,89 @@ Railties Please refer to the [Changelog][railties] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Action Pack ----------- Please refer to the [Changelog][action-pack] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Action View ------------- Please refer to the [Changelog][action-view] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Action Mailer ------------- Please refer to the [Changelog][action-mailer] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Active Record ------------- Please refer to the [Changelog][active-record] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Active Model ------------ Please refer to the [Changelog][active-model] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Active Job ----------- Please refer to the [Changelog][active-job] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Active Support -------------- Please refer to the [Changelog][active-support] for detailed changes. +### Removals + +### Deprecations + +### Notable changes + Credits ------- |