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

Fix-up Markdown in History.md [ci skip]

Stuff between `<` and `>` wasn't rendered.
This commit is contained in:
Patrik Ragnarsson 2019-10-11 01:14:48 +02:00 committed by GitHub
parent d41cb68364
commit d372a26526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
## 4.2.0 / 2019-09-23
* 6 features
* Pumactl has a new -e environment option and reads config/puma/<environment>.rb config files (#1885)
* Pumactl has a new -e environment option and reads `config/puma/<environment>.rb` config files (#1885)
* Semicolons are now allowed in URL paths (MRI only), useful for Angular or Redmine (#1934)
* Allow extra dependencies to be defined when using prune_bundler (#1105)
* Puma now reports the correct port when binding to port 0, also reports other listeners when binding to localhost (#1786)