Skip to content

Commit beff82c

Browse files
committed
Add merged Generics doc PR to the release notes
1 parent ae004df commit beff82c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

release/ReleaseNotes.adoc

+12-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ Documentation
1818
** Additional links to documentation
1919
** Link to Repology search for Bluespec packages
2020
21-
* Fix typos in the BSV Reference Guide
21+
* Document string types in the BH and BSV Reference Guides
22+
23+
* Document the Generics feature and associated types and type class in
24+
the Libraries Reference Guide
25+
26+
* Minor cleanups and typo fixes in the BH and BSV Reference Guides and
27+
Libraries Reference Guide
2228
2329
Compiler
2430
~~~~~~~~
@@ -34,6 +40,9 @@ Compiler
3440
compiler on designs with large enums
3541
(GitHub issue #334, discussion #414)
3642
43+
* Remove the warning on uses of `Generic` that the feature is
44+
experimental, now that the implementation has settled
45+
3746
* Use UTF-8 instead of ISO-8859-1 for all text-like I/O (GitHub PR #601)
3847
** Source files can now include non-Latin characters!
3948
@@ -73,6 +82,8 @@ Libraries
7382
** Polymorphic uses of the `FixedPoint` type may need to add `Min`
7483
provisos (see GitHub PR #634 for example updates in the testsuite)
7584
85+
* Add a CShow generic instance for higher-rank fields
86+
7687
Bluetcl
7788
~~~~~~~
7889

0 commit comments

Comments
 (0)