aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-04-02 17:37:16 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-04-02 17:37:37 -0700
commitfc11375584edeaef24ed55a3afde305b15686c75 (patch)
tree4acdd710efa8a0d41c4c38fe54c1c5a318767323
parentd7a1a3870b9bc9f8b15aba6b06e7e26f1918c406 (diff)
downloadrails-fc11375584edeaef24ed55a3afde305b15686c75.tar.gz
rails-fc11375584edeaef24ed55a3afde305b15686c75.tar.bz2
rails-fc11375584edeaef24ed55a3afde305b15686c75.zip
CHANGELOG entry for rails.png removal.
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 8f13a9b051..ae13c3ccc9 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Move rails.png into a data-uri. One less file to get generated into a new
+ application. This is also consistent with the removal of index.html.
+
+ *Steve Klabnik*
+
* The application rake task `doc:rails` generates now an API like the
official one (except for the links to GitHub).