From 7a8442cf4935bc1b77b2f5e141be707655923874 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Fri, 5 Mar 2021 01:51:28 +0200 Subject: [PATCH] This is version 6.1.0. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 971d5720..eb6b4801 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.1.0 +#### 6.1.0 - 05-03-2021 * Some typos were fixed in Farkle's HTML templates. * The `ParserApplicationExceptionWithPosition` type was deprecated in favor of a new constructor in `ParserApplicationException`. * The EGT file reader will throw an exception if it tries to load a grammar file that shifts on EOF in one of its LALR states (which would cause infinite loops).