diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-07-11 02:15:00 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-07-11 02:16:57 -0700 |
commit | 00aae7cb38a9d7029b1530bcf21a89ead80130a4 (patch) | |
tree | 116228df0d918f53ae43e6eb62959cf232a4d241 /actionview | |
parent | e22e1c0b282f86901500da8bdb70c9d711e16066 (diff) | |
download | rails-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')
-rw-r--r-- | actionview/CHANGELOG.md | 2 |
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* |