summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2023-01-13 13:53:14 -0500
committerGitHub <noreply@github.com>2023-01-13 13:53:14 -0500
commit2b3120ad4a6f54990dfec5b10f5769e3714ab1e8 (patch)
tree0a0bc6c282736648179aaa584e9d4a58271aac89 /CHANGELOG.md
parent6fabbfd31af5952f363a8dc573bfa2059e41371d (diff)
downloadhashie-master.tar.gz
Add Ruby 3.2 to the CI matrix (#571)HEADmaster
* Adds Ruby 3.2 to the CI matrix * Use object_id rather than trust, as trust is no longer a method on Object in Ruby 3.2. Condition checked on Psych error based on version of Psych. * Update danger token * Add CHANGELOG entry * Add use of Gem::Version for version comparison
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5067120..2ccd811 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ Any violations of this scheme are considered to be bugs.
### Changed
+* [#571](https://github.com/hashie/hashie/pull/571): Test with Ruby 3.2 - [@petergoldstein](https://github.com/petergoldstein).
* [#558](https://github.com/hashie/hashie/pull/558): Test with Ruby 3.1 - [@petergoldstein](https://github.com/petergoldstein).
* Your contribution here.