summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 14:20:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 14:22:18 +0900
commit9a48459393d27229759ea484ad5244b71fc4e614 (patch)
tree5910a1cdc59d7c1783fd74537306ae55bd7e656e /NEWS.md
parentc41a7012ca79ad9bcf6f4c7b422caac82c99fb98 (diff)
Added notable changes for the default gems
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6cdf01d4d2..7c6c2c596e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -440,6 +440,18 @@ Note: We're only listing outstanding class updates.
* Add FileUtils.ln_sr method and `relative:` option to FileUtils.ln_s.
[[Feature #18925]]
+* IRB
+
+ * Added many of new commands and improvements. see [[ruby-3-2-irb]]
+
+* Net::Protocol
+
+ * Improve `Net::BufferedIO` performance. [[GH-net-protocol-14]]
+
+* Pathname
+
+ * Added `Pathname#lutime`. [[GH-pathname-20]]
+
* SyntaxSuggest
* The feature of `syntax_suggest` formerly `dead_end` is integrated in Ruby.
@@ -601,6 +613,10 @@ The following deprecated methods are removed.
[[Feature #18571]]
+* Check cookie name/path/domain characters in `CGI::Cookie`. [[CVE-2021-33621]]
+
+* `URI.parse` return empty string in host instead of nil. [[sec-156615]]
+
## C API updates
### Updated C APIs
@@ -768,3 +784,8 @@ The following deprecated APIs are removed.
[Feature #19194]: https://bugs.ruby-lang.org/issues/19194
[GH-6791]: https://github.com/ruby/ruby/pull/6791
[GH-6868]: https://github.com/ruby/ruby/pull/6868
+[GH-pathname-20]: https://github.com/ruby/pathname/pull/20
+[GH-net-protocol-14]: https://github.com/ruby/net-protocol/pull/14
+[CVE-2021-33621]: https://www.ruby-lang.org/en/news/2022/11/22/http-response-splitting-in-cgi-cve-2021-33621/
+[sec-156615]: https://hackerone.com/reports/156615
+[ruby-3-2-irb]: https://st0012.dev/whats-new-in-ruby-3-2-irb