From 907b197692ce0a27b02a130cdb4e152c6f80fa3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandrs=20=C4=BBedovskis?= Date: Tue, 22 Mar 2022 11:26:01 +0200 Subject: [PATCH] Add Ruby deprecation events to CHANGES --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9f6cb032..c7b08e61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ * Reverted `"#{hash["key"]}"` pattern scanner support because it caused a number of issues. [#410](https://github.com/glebm/i18n-tasks/pull/410) +* Drops support for Ruby < 2.6. + [#2552cdb3](https://github.com/glebm/i18n-tasks/commit/2552cdb36a94a801e64d6b71279353dbbedb1618) ## v0.9.36 @@ -37,6 +39,8 @@ * Fixes Ruby 3.0 compatibility. [#370](https://github.com/glebm/i18n-tasks/issues/370) +* Drops support for Ruby < 2.5. + [#e71a3bf](https://github.com/glebm/i18n-tasks/commit/e71a3bf37e46606aaaea1df81108f8e43aa4a5a1) ## v0.9.33