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:
parent
33ab278b40
commit
a6438404e2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
* Add ability to detect a shutting down server. Fixes #932
|
* Add ability to detect a shutting down server. Fixes #932
|
||||||
* Add support for Expect: 100-continue. Fixes #519
|
* Add support for Expect: 100-continue. Fixes #519
|
||||||
* Check SSLContext better. Fixes #828
|
* 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 default to VERIFY_PEER. Fixes #1028
|
||||||
* Don't use ENV['PWD'] on windows. Fixes #1023
|
* Don't use ENV['PWD'] on windows. Fixes #1023
|
||||||
* Enlarge the scope of catching app exceptions. Fixes #1027
|
* Enlarge the scope of catching app exceptions. Fixes #1027
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -66,7 +66,7 @@ task "changelog" do
|
||||||
$changes[code] << line
|
$changes[code] << line
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "=== #{ENV['VERSION'] || 'NEXT'} / #{now}"
|
puts "## #{ENV['VERSION'] || 'NEXT'} / #{now}"
|
||||||
puts
|
puts
|
||||||
changelog_section :major
|
changelog_section :major
|
||||||
changelog_section :minor
|
changelog_section :minor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue