- Hex escapes like "\x80" would be incorrectly lowered. #2623

This commit is contained in:
Christoffer Lerno
2025-12-06 18:24:15 +01:00
parent f023db8638
commit 18e2838772
4 changed files with 18 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
- Casting bitstruct to wider base type should be single step #2616.
- Optional does not play well with bit ops #2618.
- `Bytebuffer.grow` was broken #2622.
- Hex escapes like `"\x80"` would be incorrectly lowered. #2623
### Stdlib changes