Note about removing one-liner braceless syntax

This commit is contained in:
Michael Miller 2021-01-30 21:29:11 -07:00
parent ff49c674c6
commit 3ae83f8b3d
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Better error messages and detection when DSL methods are used when they shouldn't (i.e. `describe` inside `it`).
- Other minor internal improvements and cleanup.
### Removed
- Removed one-liner it syntax without braces (block).
## [0.9.31] - 2021-01-08
### Fixed
- Fix misaligned line numbers when referencing examples and groups.