Skip to content

Commit

Permalink
Add merged Generics doc PR to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Feb 17, 2024
1 parent ae004df commit beff82c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion release/ReleaseNotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ Documentation
** Additional links to documentation
** Link to Repology search for Bluespec packages
* Fix typos in the BSV Reference Guide
* Document string types in the BH and BSV Reference Guides
* Document the Generics feature and associated types and type class in
the Libraries Reference Guide
* Minor cleanups and typo fixes in the BH and BSV Reference Guides and
Libraries Reference Guide
Compiler
~~~~~~~~
Expand All @@ -34,6 +40,9 @@ Compiler
compiler on designs with large enums
(GitHub issue #334, discussion #414)
* Remove the warning on uses of `Generic` that the feature is
experimental, now that the implementation has settled
* 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 Expand Up @@ -73,6 +82,8 @@ Libraries
** Polymorphic uses of the `FixedPoint` type may need to add `Min`
provisos (see GitHub PR #634 for example updates in the testsuite)
* Add a CShow generic instance for higher-rank fields
Bluetcl
~~~~~~~

Expand Down

0 comments on commit beff82c

Please sign in to comment.