aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 05:53:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 05:53:42 +0000
commita372ffcc700ba1efc52b7e4b265b381628c0d2d9 (patch)
tree3e291a26fec6b193bb7cca54e312e6d6d4801aaf /NEWS
parentfa46fb0ac8a47ed9c3ddcbd64784091b2d06437a (diff)
downloadruby-a372ffcc700ba1efc52b7e4b265b381628c0d2d9.tar.gz
Add NEWS about removing ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eea628d8df..57c4bcda83 100644
--- a/NEWS
+++ b/NEWS
@@ -326,3 +326,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Thread deadlock detection now shows their backtrace and dependency. [Feature #8214]
* st_table (st.c) internal data structure is improved. [Feature #12142]
+
+=== Miscellaneous changes
+
+* ChangeLog is removed from the repository.
+ It is generated from commit messages in Subversion by `make dist`.
+ Also note that now people should follow Git style commit message.
+ The template is written at
+ [Short (50 chars or less) summary of changes](https://git-scm.com/book/ch5-2.html).