aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-07-11 02:15:00 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-07-11 02:16:57 -0700
commit00aae7cb38a9d7029b1530bcf21a89ead80130a4 (patch)
tree116228df0d918f53ae43e6eb62959cf232a4d241 /actionview/CHANGELOG.md
parente22e1c0b282f86901500da8bdb70c9d711e16066 (diff)
downloadrails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.gz
rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.bz2
rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.zip
Synced 4.2 release notes with the latest commits.
Also reordered some of the items to put newer ones on top (same order as CHANGELOGs), which makes it easier to diff while we are still working on it.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 185f420472..5a03c313ef 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -96,7 +96,7 @@
* Remove wrapping div with inline styles for hidden form fields.
We are dropping HTML 4.01 and XHTML strict compliance since input tags directly
- inside a form are valid HTML5, and the absense of inline styles help in validating
+ inside a form are valid HTML5, and the absence of inline styles help in validating
for Content Security Policy.
*Joost Baaij*