aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-11-28 17:21:18 +0100
committerYves Senn <yves.senn@gmail.com>2013-11-28 17:24:15 +0100
commit7c6d99e81e05be57b884cbfed4e12986669bd5b4 (patch)
tree5c57f3b94be15c4b13565ccd02f961313dc913a2 /actionpack/CHANGELOG.md
parent8c944dea76cb24bc6d12a275f5afe548e65059a1 (diff)
downloadrails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.tar.gz
rails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.tar.bz2
rails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.zip
first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]
Extract **notable changes**, **deprecations** and **removals** from each CHANGELOG. I tried to reference the commits and pull requests for new features and deprecations. In the process I also made some minor changes to the CHANGELOGS. The 4_1_release_notes guide is declared WIP.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index e649847990..f52a07eaee 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -130,10 +130,6 @@
*Vasiliy Ermolovich*
-* Separate Action View completely from Action Pack.
-
- *Łukasz Strzałkowski*
-
* Development mode exceptions are rendered in text format in case of XHR request.
*Kir Shatrov*
@@ -234,7 +230,7 @@
*Yves Senn*, *Andrew White*
-* ActionView extracted from ActionPack.
+* Action View extracted from Action Pack.
*Piotr Sarnacki*, *Łukasz Strzałkowski*