This commit is contained in:
Will McGugan
2023-05-02 16:36:41 +01:00
parent a2aef3da0d
commit 90d9693168

View File

@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Setting attributes with a `compute_` method will now raise an `AttributeError` https://github.com/Textualize/textual/issues/2383
- Unknown psuedo-selectors will now raise a tokenizer error (previously they were silently ignored) https://github.com/Textualize/textual/pull/2445
- Unknown pseudo-selectors will now raise a tokenizer error (previously they were silently ignored) https://github.com/Textualize/textual/pull/2445
### Added