summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-24 17:20:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-24 17:20:09 +0900
commit8263feaa22bce11f173c53305bcd43eb702cc5fc (patch)
treeefbd2626c5356f0408d243adb3ce3806bd6dbd5b /NEWS.md
parent03e030d463774744ee6bc90195ca59476f9a8b81 (diff)
Added some of new features for RubyGems 3.4 and Bundler 2.4
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 8e4d4c3739..12117e4f66 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -397,7 +397,13 @@ Note: We're only listing outstanding class updates.
* Bundler
* Bundler now uses [PubGrub] resolver instead of [Molinillo] for performance improvement.
- * Add support for `bundle gem --ext=rust` command. [[GH-rubygems-6149]]
+ * Add --ext=rust support to bundle gem for creating simple gems with Rust extensions.
+ [[GH-rubygems-6149]]
+ * Make cloning git repos faster [[GH-rubygems-4475]]
+
+* RubyGems
+
+ * Add mswin support for cargo builder. [[GH-rubygems-6167]]
* CGI
@@ -805,7 +811,9 @@ The following deprecated APIs are removed.
[GH-pathname-20]: https://github.com/ruby/pathname/pull/20
[GH-6791]: https://github.com/ruby/ruby/pull/6791
[GH-6868]: https://github.com/ruby/ruby/pull/6868
+[GH-rubygems-4475]: https://github.com/rubygems/rubygems/pull/4475
[GH-rubygems-6149]: https://github.com/rubygems/rubygems/pull/6149
+[GH-rubygems-6167]: https://github.com/rubygems/rubygems/pull/6167
[sec-156615]: https://hackerone.com/reports/156615
[ruby-3-2-irb]: https://st0012.dev/whats-new-in-ruby-3-2-irb
[CVE-2021-33621]: https://www.ruby-lang.org/en/news/2022/11/22/http-response-splitting-in-cgi-cve-2021-33621/