Skip to content

Commit

Permalink
This is version 6.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 17, 2021
1 parent f70fdc8 commit 23b6842
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 6.3.1 - 17-10-2021
* __Minor breaking change:__ `Farkle.Builder.RegexGrammar.designtime`'s type became a regular `DesigntimeFarkle<Regex>`, after being changed to a `Nonterminal<Regex>` in Farkle 6.3.0 by mistake. This change is unlikely to affect any regular user of Farkle.
* Fixed a bug where Farkle's assembly was not shrunk enough when trimmed.

#### 6.3.0 - 02-10-2021
* __Minor breaking change:__ Text with legacy CR line endings is no longer supported. Since this version, they will no longer be recognized as line endings by position tracking. When Farkle's next major version gets released, they will cause lexical errors.
* __Minor breaking change:__ The `Farkle.Builder.GrammarMetadata` type has an additional field of type `Farkle.Builder.OperatorPrecedence.OperatorScope`. User code that does not directly set metadata to designtime Farkles is not affected.
Expand Down

0 comments on commit 23b6842

Please sign in to comment.