aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-12 23:33:32 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-12 23:33:32 +0900
commit91c6972bcf5491fae15af03c1ca0275d2f988858 (patch)
treed372d566503ffac7ee5c9ee96bbc0592565d8e03 /guides/source
parent6b5f815cf832524ebcf7585a44bbb7e291423c71 (diff)
downloadrails-91c6972bcf5491fae15af03c1ca0275d2f988858.tar.gz
rails-91c6972bcf5491fae15af03c1ca0275d2f988858.tar.bz2
rails-91c6972bcf5491fae15af03c1ca0275d2f988858.zip
[ci skip] Take NOTE: as paragraph to make NOTE block
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_0_release_notes.md5
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 &amp; 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