We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94227e0 commit f8a97d7Copy full SHA for f8a97d7
1 file changed
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
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
14
## 0.9.7 - 2026-01-07
15
16
### Added
0 commit comments