mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add NEWS about removing ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
12ee4e3895
commit
4c5f4258aa
1 changed files with 8 additions and 0 deletions
8
NEWS
8
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]
|
* Thread deadlock detection now shows their backtrace and dependency. [Feature #8214]
|
||||||
|
|
||||||
* st_table (st.c) internal data structure is improved. [Feature #12142]
|
* 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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue