Skip to content

Commit f8a97d7

Browse files
committed
docs: Update CHANGELOG for v0.9.8
1 parent 94227e0 commit f8a97d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.9.8 - 2026-01-09
8+
9+
### Fixed
10+
- F-string lexer now handles unexpected characters gracefully during incremental editing
11+
- Added catch-all rules to prevent lexer state corruption when typing edge cases like `f"}"` or `f"{"`
12+
- Generated parser/lexer files now use consistent LF line endings on Windows
13+
714
## 0.9.7 - 2026-01-07
815

916
### Added

0 commit comments

Comments
 (0)