We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdabaf9 commit 4f3adbeCopy full SHA for 4f3adbe
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## [Unreleased]
2
+* no unreleased changes
3
+
4
+## 2.3.3 / 2025-11-24
5
### Fixed
-* Support Ruby 3.4, Rails 8.0
-* Fix ruby 3.4 frozen string literal warnings
6
+* Support Ruby 3.4, Rails 8.0 [backported from v2.4.3]
7
+* Fix ruby 3.4 frozen string literal warnings [backported from v2.4.3]
8
9
## 2.3.2 / 2024-11-21
10
lib/ndr_error/version.rb
@@ -2,5 +2,5 @@
# Contains the version of NdrError. Sourced by the gemspec.
module NdrError
- VERSION = '2.3.2'
+ VERSION = '2.3.3'
end
0 commit comments