diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f43e8c..b9a618e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - - Support for Ruby 3 (thanks @RSO ([#33])) + - Support for Ruby 3 (thanks [@RSO] ([#32])) ### Changed - - Use [mini\_racer] for running JavaScript specs (thanks @RSO ([#3r33])) + - Use [mini\_racer] for running JavaScript specs (thanks [@RSO] ([#33])) - Moved CI to GitHub Actions ([#34]) [Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.1.0...HEAD +[@rso]: https://github.com/RSO [mini\_racer]: https://rubygems.org/gems/mini_racer/ -[#33]: https://github.com/envato/zxcvbn-ruby/pull/33 +[#32]: https://github.com/envato/zxcvbn-ruby/pull/32 [#33]: https://github.com/envato/zxcvbn-ruby/pull/33 [#34]: https://github.com/envato/zxcvbn-ruby/pull/34