1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Minor history stuff

This commit is contained in:
Evan Phoenix 2016-07-25 19:00:34 -07:00
parent 33ab278b40
commit a6438404e2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* Add ability to detect a shutting down server. Fixes #932
* Add support for Expect: 100-continue. Fixes #519
* Check SSLContext better. Fixes #828
* Clarify behavior of '-t <num>'. Fixes #984
* Clarify behavior of '-t num'. Fixes #984
* Don't default to VERIFY_PEER. Fixes #1028
* Don't use ENV['PWD'] on windows. Fixes #1023
* Enlarge the scope of catching app exceptions. Fixes #1027

View file

@ -66,7 +66,7 @@ task "changelog" do
$changes[code] << line
end
puts "=== #{ENV['VERSION'] || 'NEXT'} / #{now}"
puts "## #{ENV['VERSION'] || 'NEXT'} / #{now}"
puts
changelog_section :major
changelog_section :minor