1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS.md: ruby -run -e httpd displays URLs to access [Feature #17847]

This commit is contained in:
Kentaro Goto 2021-12-13 14:57:28 +09:00 committed by Kentaro Goto
parent c81d7d7c60
commit 914563ae87
Notes: git 2021-12-13 18:08:56 +09:00

View file

@ -503,6 +503,8 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
* Now exceptions raised in finalizers will be printed to `STDERR`, unless
`$VERBOSE` is `nil`. [[Feature #17798]]
* `ruby -run -e httpd` displays URLs to access. [[Feature #17847]]
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #6210]: https://bugs.ruby-lang.org/issues/6210
[Feature #11256]: https://bugs.ruby-lang.org/issues/11256
@ -539,6 +541,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #17795]: https://bugs.ruby-lang.org/issues/17795
[Feature #17798]: https://bugs.ruby-lang.org/issues/17798
[Bug #17827]: https://bugs.ruby-lang.org/issues/17827
[Feature #17847]: https://bugs.ruby-lang.org/issues/17847
[Feature #17853]: https://bugs.ruby-lang.org/issues/17853
[Bug #18003]: https://bugs.ruby-lang.org/issues/18003
[Feature #18008]: https://bugs.ruby-lang.org/issues/18008