add to changelog

This commit is contained in:
Timothee Cour
2018-12-19 04:58:04 -08:00
parent 656770402c
commit 8fbe3b3b7d

View File

@@ -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