Skip to content

Commit

Permalink
Add merged Generics PR to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Feb 6, 2024
1 parent 60d283a commit ae004df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release/ReleaseNotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Compiler
inference doesn't otherwise determine the method to conflict with
itself (GitHub issue #641)
* Change the derived `Generic` instance for enums and tagged unions
to use a balanced binary tree
** This significantly improves the speed and memory use of the
compiler on designs with large enums
(GitHub issue #334, discussion #414)
* Use UTF-8 instead of ISO-8859-1 for all text-like I/O (GitHub PR #601)
** Source files can now include non-Latin characters!
Expand Down

0 comments on commit ae004df

Please sign in to comment.