File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # 3.4.20 / 2023-09-27
2+
3+ ## Enhancements:
4+
5+ * Raise ` Gem::Package::FormatError ` when gem encounters corrupt EOF.
6+ Pull request [ #6882 ] ( https://github.com/rubygems/rubygems/pull/6882 )
7+ by martinemde
8+ * Allow skipping empty license ` gem build ` warning by setting license to
9+ ` nil ` . Pull request
10+ [ #6879 ] ( https://github.com/rubygems/rubygems/pull/6879 ) by jhong97
11+ * Update SPDX license list as of 2023-06-18. Pull request
12+ [ #6891 ] ( https://github.com/rubygems/rubygems/pull/6891 ) by
13+ github-actions[ bot]
14+ * Update SPDX license list as of 2023-04-28. Pull request
15+ [ #6642 ] ( https://github.com/rubygems/rubygems/pull/6642 ) by segiddins
16+ * Update SPDX license list as of 2023-01-26. Pull request
17+ [ #6310 ] ( https://github.com/rubygems/rubygems/pull/6310 ) by segiddins
18+ * Installs bundler 2.4.20 as a default gem.
19+
20+ ## Bug fixes:
21+
22+ * Fixed false positive SymlinkError in symbolic link directory. Pull
23+ request [ #6947 ] ( https://github.com/rubygems/rubygems/pull/6947 ) by
24+ negi0109
25+ * Ensure that loading multiple gemspecs with legacy YAML class references
26+ does not warn. Pull request
27+ [ #6889 ] ( https://github.com/rubygems/rubygems/pull/6889 ) by segiddins
28+ * Fix NoMethodError when choosing a too big number from ` gem uni ` list.
29+ Pull request [ #6901 ] ( https://github.com/rubygems/rubygems/pull/6901 ) by
30+ amatsuda
31+
32+ ## Performance:
33+
34+ * Reduce allocations for stub specifications. Pull request
35+ [ #6972 ] ( https://github.com/rubygems/rubygems/pull/6972 ) by segiddins
36+
137# 3.4.19 / 2023-08-17
238
339## Enhancements:
You can’t perform that action at this time.
0 commit comments