diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-03-12 14:39:10 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-03-12 14:39:10 +0000 |
commit | 2ad6502787b8d2acf2f5971068f0623cf36ed25f (patch) | |
tree | d372d566503ffac7ee5c9ee96bbc0592565d8e03 | |
parent | 6b5f815cf832524ebcf7585a44bbb7e291423c71 (diff) | |
parent | 91c6972bcf5491fae15af03c1ca0275d2f988858 (diff) | |
download | rails-2ad6502787b8d2acf2f5971068f0623cf36ed25f.tar.gz rails-2ad6502787b8d2acf2f5971068f0623cf36ed25f.tar.bz2 rails-2ad6502787b8d2acf2f5971068f0623cf36ed25f.zip |
Merge pull request #19308 from yui-knk/fix/doc_note
[ci skip] Take NOTE: as paragraph to make NOTE block
-rw-r--r-- | guides/source/4_0_release_notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index bd35e2d31a..bbc0efa3ea 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -87,7 +87,10 @@ Major Features * **Support for specifying transaction isolation level** ([commit](https://github.com/rails/rails/commit/392eeecc11a291e406db927a18b75f41b2658253)) - Choose whether repeatable reads or improved performance (less locking) is more important. * **Dalli** ([commit](https://github.com/rails/rails/commit/82663306f428a5bbc90c511458432afb26d2f238)) - Use Dalli memcache client for the memcache store. * **Notifications start & finish** ([commit](https://github.com/rails/rails/commit/f08f8750a512f741acb004d0cebe210c5f949f28)) - Active Support instrumentation reports start and finish notifications to subscribers. - * **Thread safe by default** ([commit](https://github.com/rails/rails/commit/5d416b907864d99af55ebaa400fff217e17570cd)) - Rails can run in threaded app servers without additional configuration. Note: Check that the gems you are using are threadsafe. + * **Thread safe by default** ([commit](https://github.com/rails/rails/commit/5d416b907864d99af55ebaa400fff217e17570cd)) - Rails can run in threaded app servers without additional configuration. + +NOTE: Check that the gems you are using are threadsafe. + * **PATCH verb** ([commit](https://github.com/rails/rails/commit/eed9f2539e3ab5a68e798802f464b8e4e95e619e)) - In Rails, PATCH replaces PUT. PATCH is used for partial updates of resources. ### Security |