From dd82c759b3b8c5f21c745b13964dfd63a9c37004 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Sun, 23 Feb 2020 12:10:18 +0200 Subject: [PATCH] This is version 5.3.0. --- RELEASE_NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 66cdc303..5e7ee138 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,6 @@ -#### 5.3.0 -* For a very strange and unexplained reason, disabling tailcall optimization __more than _doubled_ Farkle's speed__. +#### 5.3.0 - 23-02-2020 +* Farkle's speed __more than doubled__ by disabling tailcall optimizations. +* __Minor breaking change:__ The API of the `CharStream` type slightly changed. Most notably, the type `CharStreamIndex` was removed in favor of `uint64`, and the order of the last two arguments in the function `CharStream.read` has changed. #### 5.2.0 - 09-02-2020 * The types `DesigntimeFarkle` and `PostProcessor` are covariant. The change was made possible by [Covarsky](https://github.com/teo-tsirpanis/Covarsky), a tool written for this purpose.