diff --git a/CHANGES.md b/CHANGES.md index 0ef1f78d..812de11e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ unreleased ------------------- +- Fix `Longident.parse` so it properly handles unparenthesized dotted operators + such as `+.` or `*.`. (#111, @rgrinberg, @NathanReb) + - raising an exception does no longer cancel the whole context free phase(#453, @burnleydev1) - Sort embedded errors that are appended to the AST by location so the compiler