docs(changelog): note windows path handling fix

This commit is contained in:
Peter Steinberger 2026-05-08 02:45:02 +01:00
parent 36dd0888a3
commit edca51be7c
No known key found for this signature in database

View File

@ -1,5 +1,11 @@
# Changelog
## Unreleased
### Fixes
- Align POSIX and Windows handling for literal `..`-prefixed write targets, preserve whitespace in direct home-relative path inputs, and run the check suite on Windows CI. (#14; thanks @sjf)
## 0.2.0 - 2026-05-07
### Features