From 38f80cd69c92f2b94dc9cda05abc535d9a50948d Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Jr Date: Fri, 5 Jan 2024 09:43:45 -0300 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7df8e70..73ea3a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,9 @@ Below is a complete listing of changes for each revision of HighLine. -### 3.0.0.pre.1 / 2023-04-27 +### 3.0.0 / 2024-01-05 +* PR #265 - Change Readline for Reline for Ruby 3.3 compat (@abinoam) +* PR #264 - Add abbrev gem as dependency (@mathieujobin) * PR #263 - Release 3.0.0.pre.1 * Raise minimum Ruby version requirement to 3.0 * PR #262 - Do not call stty on non-tty (@kbrock)