From 08a119afa50c430d32851a617ff12b1c13c467e9 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Thu, 1 Feb 2024 12:13:53 -0800 Subject: [PATCH] Update CHANGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Highline to 3.0 * Add EOL date for Ruby 3.3.0 * Avoid copying Sexps that are too large * Avoid detecting `ViewComponentContrib::Base` as dynamic render paths (vividmuimui) * Remove deprecated use of `Kernel#open("|...")` * Remove `safe_yaml` gem dependency * Avoid detecting Phlex components as dynamic render paths (Máximo Mussini) --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 96e5c3702..5f138d0b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# Unreleased + +* Update Highline to 3.0 +* Add EOL date for Ruby 3.3.0 +* Avoid copying Sexps that are too large +* Avoid detecting `ViewComponentContrib::Base` as dynamic render paths (vividmuimui) +* Remove deprecated use of `Kernel#open("|...")` +* Remove `safe_yaml` gem dependency +* Avoid detecting Phlex components as dynamic render paths (Máximo Mussini) + + # 6.1.1 - 2023-12-24 * Handle racc as a default gem in Ruby 3.3.0