From cca71acafb76b9e07c0f6c07bc0d2314e0d55626 Mon Sep 17 00:00:00 2001 From: "Stanislav (Stas) Katkov" Date: Sat, 21 Sep 2024 00:20:37 +0200 Subject: [PATCH] add a CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889aea9..a9602c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +- Remove official support for Rails 6 versions. It still work, but we don't test against it anymore. + ## 0.19.0 ### Added - Add support for rails 7.2, but leave out rails 7.1 support. This is because ActionView has a breaking bug in 7.1 that renders the template back as a string