Skip to content

Commit

Permalink
update CHANGELOG to note backwards-incompatibilities
Browse files Browse the repository at this point in the history
see #1886
  • Loading branch information
flavorjones committed Jan 11, 2020
1 parent d88dac7 commit 827487c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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!)
Expand Down

0 comments on commit 827487c

Please sign in to comment.