Reword Ruby breaking change notice

This commit is contained in:
Andy Waite
2022-05-19 10:10:44 -04:00
parent 102bac2e33
commit 3bbb7aa7ba
+1 -1
View File
@@ -3,7 +3,7 @@
## 5.4.0 (unreleased)
### Breaking Changes
* Require Ruby >= 2.7 (#1578) [Andy Waite]
* Drop support for end-of-life Ruby versions (2.5 and 2.6) (#1578) [Andy Waite]
### Features
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]