From 827487c1957a30d58e5500ddc963eaf70e233c7a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 11 Jan 2020 15:51:19 -0500 Subject: [PATCH] update CHANGELOG to note backwards-incompatibilities see #1886 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146ba89a89..405e67e4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## 1.11.0 / unreleased +### Backwards incompatibilities + +This release ends support for: + +* Ruby 2.3, for which [official support ended on 2019-03-31](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) [#1886] (Thanks @ashmaroli!) +* JRuby 9.1, which is the Ruby 2.3-compatible release. + + ### Features * Add support for CSS queries "a:has(> b)", "a:has(~ b)", and "a:has(+ b)". [#688] (Thanks, @jonathanhefner!)