aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2015-08-16 17:48:55 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2015-08-16 17:48:55 -0500
commit6c014a4900b42db99adfb58c4572dae9f8424580 (patch)
tree81f94def228f9269b31da00380d549816a8b10e2 /railties/CHANGELOG.md
parent3f866cbdabaa2f85c5aef754aa9a3127c99fba20 (diff)
parent0a888f0c0dba72752cf287b4bdb16a28accde9bf (diff)
downloadrails-6c014a4900b42db99adfb58c4572dae9f8424580.tar.gz
rails-6c014a4900b42db99adfb58c4572dae9f8424580.tar.bz2
rails-6c014a4900b42db99adfb58c4572dae9f8424580.zip
Merge pull request #21258 from unfunco/plugin-semver-update
Plugins are generated with the version 0.1.0
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index bb16228731..21adac272d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Plugins generated using `rails plugin new` are now generated with the
+ version number set to 0.1.0.
+
+ *Daniel Morris*
+
* `I18n.load_path` is now reloaded under development so there's no need to
restart the server to make new locale files available. Also, I18n will no
longer raise for deleted locale files.