From f76cfb5a0d0d5b68dfab8e694bd08028ee21964e Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sat, 9 Nov 2019 11:00:20 -0600 Subject: [PATCH] add release notes for version 33.0.0 --- fcs/RELEASE_NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fcs/RELEASE_NOTES.md b/fcs/RELEASE_NOTES.md index f299ca9902..44a9e271df 100644 --- a/fcs/RELEASE_NOTES.md +++ b/fcs/RELEASE_NOTES.md @@ -1,3 +1,18 @@ +#### 33.0.0 + +Integrate dotnet/fsharp from 48f932cf8 to 085985140. Notable changes include: + + allowing '_' as a self-identifier + events for FSI evaluation lifecycle events + enhancements to FSI return-values + fixed parsing for langversion CLI arguments + allow cancellation of FSI interactions + ToString fixes for value options + Fixes for code generation in autogenerated members for very large records + make ranges of member declarations capture the entire member + improve error recovery in the parser + improve logic for auto-detecting framework assemblies for FSI + #### 32.0.0 * integrate dotnet/fsharp from e1b8537ee to 48f932cf8