Commit beff82c 1 parent ae004df commit beff82c Copy full SHA for beff82c
File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ Documentation
18
18
** Additional links to documentation
19
19
** Link to Repology search for Bluespec packages
20
20
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
22
28
23
29
Compiler
24
30
~~~~~~~~
@@ -34,6 +40,9 @@ Compiler
34
40
compiler on designs with large enums
35
41
(GitHub issue #334, discussion #414)
36
42
43
+ * Remove the warning on uses of `Generic` that the feature is
44
+ experimental, now that the implementation has settled
45
+
37
46
* Use UTF-8 instead of ISO-8859-1 for all text-like I/O (GitHub PR #601)
38
47
** Source files can now include non-Latin characters!
39
48
@@ -73,6 +82,8 @@ Libraries
73
82
** Polymorphic uses of the `FixedPoint` type may need to add `Min`
74
83
provisos (see GitHub PR #634 for example updates in the testsuite)
75
84
85
+ * Add a CShow generic instance for higher-rank fields
86
+
76
87
Bluetcl
77
88
~~~~~~~
78
89
You can’t perform that action at this time.
0 commit comments