From fb4303a23e25886a68a1a288ad9c6e3e095d04fa Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Wed, 25 Nov 2020 23:17:12 +0200 Subject: [PATCH] This is version 6.0.0-alpha.3. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eef1c8c3..6cfa839d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.0.0-alpha.3 +#### 6.0.0-alpha.3 - 25-11-2020 * __Breaking change:__ .NET Framework 4.5 is no longer supported. The library targets .NET Standard 2.0, .NET Standard 2.1 and .NET 5. * __Breaking change:__ Logging parser events is no longer supported. The logging function was removed from the signatures of parser APIs. * __Breaking change:__ The function `LALRParser.parseLALR` was renamed to `LALRParser.parse`.