Skip to content

Commit a9b2f1e

Browse files
committed
doc: update CHANGELOG and README with supported branch info
to be explicit about supporting 1.5.x while Rails 6.1 is supported
1 parent ca29c20 commit a9b2f1e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
## 1.6.0.rc2 / 2023-05-24
2+
* Dependencies have been updated:
3+
4+
- Loofah `~>2.21` and Nokogiri `~>1.14` for HTML5 parser support
5+
- As a result, required Ruby version is now `>= 2.7.0`
6+
7+
Security updates will continue to be made on the `1.5.x` release branch as long as Rails 6.1
8+
(which supports Ruby 2.5) is still in security support.
9+
10+
*Mike Dalessio*
211

312
* HTML5 standards-compliant sanitizers are now available on platforms supported by
413
Nokogiri::HTML5. These are available as:

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,15 @@ Or install it yourself as:
234234
$ gem install rails-html-sanitizer
235235
236236
237+
## Support matrix
238+
239+
| branch | ruby support | actively maintained | security support |
240+
|--------|--------------|---------------------|----------------------------------------|
241+
| 1.6.x | >= 2.7 | yes | yes |
242+
| 1.5.x | >= 2.5 | no | while Rails 6.1 is in security support |
243+
| 1.4.x | >= 1.8.7 | no | no |
244+
245+
237246
## Read more
238247

239248
Loofah is what underlies the sanitizers and scrubbers of rails-html-sanitizer.

0 commit comments

Comments
 (0)