diff options
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ecdd26086..d25b6101d 100644 --- a/changelog.md +++ b/changelog.md @@ -50,6 +50,8 @@ `IndexError` for un-named captures. This is consistant with `RegexMatch.{captureBounds,captures}[]`. +- splitFile now correctly handles edge cases, see #10047 + #### Breaking changes in the compiler - The compiler now implements the "generic symbol prepass" for `when` statements |