diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 6bfcaea..6ad7e22 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - `text` as hline/vline was fully expanded (lvjr/tabularray#303) +- No extra braces are stripped when splitting table into cells. + Now to protect non-number `S`-column cells, only one pair of braces + is needed, rather than three pairs as before. (lvjr/tabularray#501) ### Security