You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-3.3.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## RubyInstaller-3.3.11-1 - 2026-03-26
2
+
3
+
### Added
4
+
- Add the missing `rdbg` executable. #474
5
+
- Add more color to ridk outputs.
6
+
7
+
### Changed
8
+
- Update to ruby-3.3.11, see [release notes](https://www.ruby-lang.org/en/news/2026/03/26/ruby-3-3-11-released/).
9
+
- Shrink the 5 app icons to only one and add a subsequent console-based startmenu.
10
+
- Use msys2 headless installer in `ridk install 1` and install into ruby's base directory. [#459](https://github.com/oneclick/rubyinstaller2/issues/459)
11
+
- Compact ENV display when running `ridk enable`. #470
12
+
- Fix possible crash in `ridk enable` when searching the Windows registry.
13
+
- Fix detection of MSYS2 in a non-standard location. #445, #350
14
+
- Extend c_rehash.rb helper script to update all three locations of SSL CA certificates [#461](https://github.com/oneclick/rubyinstaller2/pull/461)
15
+
- Preliminary support for MSYS2 environment `clang64` . #471
16
+
- Update links to point to the correct repository. #463
17
+
- Update the SSL CA certificate list.
18
+
19
+
### Removed
20
+
- Remove libgcc_s_seh-1.dll. It is no longer necessary. #467
0 commit comments