Skip to content

Commit 757937e

Browse files
Changelog for Rubygems version 3.5.11
1 parent 6afbe15 commit 757937e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# 3.5.11 / 2024-05-28
2+
3+
## Enhancements:
4+
5+
* Update SPDX license list as of 2024-05-22. Pull request
6+
[#7689](https://github.com/rubygems/rubygems/pull/7689) by
7+
github-actions[bot]
8+
* Fix the update_rubygems inconsistency (--disable-gems). Pull request
9+
[#7658](https://github.com/rubygems/rubygems/pull/7658) by x-yuri
10+
* Accept WASI as an OS name in Gem::Platform. Pull request
11+
[#7629](https://github.com/rubygems/rubygems/pull/7629) by kateinoigakukun
12+
* Warn if RubyGems version explicitly set in gemspec does not match
13+
running version. Pull request
14+
[#7460](https://github.com/rubygems/rubygems/pull/7460) by
15+
deivid-rodriguez
16+
* Installs bundler 2.5.11 as a default gem.
17+
18+
## Bug fixes:
19+
20+
* Fix binstubs sometimes not getting regenerated when `--destdir` is
21+
given. Pull request
22+
[#7660](https://github.com/rubygems/rubygems/pull/7660) by
23+
deivid-rodriguez
24+
* Fix `gem uninstall --user-install` for symlinked HOME. Pull request
25+
[#7645](https://github.com/rubygems/rubygems/pull/7645) by
26+
deivid-rodriguez
27+
* Fix issue when plugin stubs would sometimes not be properly removed by
28+
`gem uninstall`. Pull request
29+
[#7631](https://github.com/rubygems/rubygems/pull/7631) by
30+
deivid-rodriguez
31+
* Fix plugins uninstallation for user installed gems. Pull request
32+
[#6456](https://github.com/rubygems/rubygems/pull/6456) by voxik
33+
34+
## Performance:
35+
36+
* Use a constant empty tar header to avoid extra allocations. Pull request
37+
[#7484](https://github.com/rubygems/rubygems/pull/7484) by segiddins
38+
39+
## Documentation:
40+
41+
* Recommend `bin/rake` over `rake` in contributing docs. Pull request
42+
[#7648](https://github.com/rubygems/rubygems/pull/7648) by
43+
deivid-rodriguez
44+
145
# 3.5.10 / 2024-05-03
246

347
## Security:

0 commit comments

Comments
 (0)