[前][次][番号順一覧][スレッド一覧]

ruby-changes:70180

From: Kentaro <ko1@a...>
Date: Mon, 13 Dec 2021 18:08:52 +0900 (JST)
Subject: [ruby-changes:70180] 914563ae87 (master): NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature #17847]

https://git.ruby-lang.org/ruby.git/commit/?id=914563ae87

From 914563ae87c34da3329707469d881502f2ff6662 Mon Sep 17 00:00:00 2001
From: Kentaro Goto <gotoken@g...>
Date: Mon, 13 Dec 2021 14:57:28 +0900
Subject: NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature
 #17847]

---
 NEWS.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 47b4f991233..5552e5cbca1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -503,6 +503,8 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L503
 * 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L541
 [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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]