From 9b16fd21192337706dccd0f3b303ccb7b6a387a8 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Sun, 7 Feb 2021 16:01:43 -0700 Subject: [PATCH] Put the Ruby 3.0 change in Features [ci skip] --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8144cf4c..3eba3385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,11 @@ ([#107], [042e8ec]) +* Ruby 3.0 is now supported. ([#118]) + [#107]: https://github.com/mcmire/super_diff/pull/107 [042e8ec]: https://github.com/mcmire/super_diff/commit/042e8ecda282cd8a3d436b3bf2c0aded76187db2 +[#118]: https://github.com/mcmire/super_diff/pull/118 ### Bug fixes @@ -35,9 +38,6 @@ * Fix reliability issues with CI. * Fix `rake spec` so that it works when run locally again. -* SuperDiff is now being tested against Ruby 3.0. ([#118]) - -[#118]: https://github.com/mcmire/super_diff/pull/118 ## 0.5.3 - 2020-12-21