We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bc9a5 commit 77365d9Copy full SHA for 77365d9
CHANGES.md
@@ -1,3 +1,12 @@
1
+## v0.8.3 (2020-07-27)
2
+
3
+* Fix ppc64le cycle_counter (add missing Val_long) (#78 @hannesm)
4
+ - test_entropy is now test_entropy_collection
5
+ - test_entropy checks timer and bootstrap functions
6
+* Avoid polluting symbol table with global non-prefixed symbols
7
+ (reported by @anmonteiro in #77, fixed #78 @hannesm (suggested by @dinosaure))
8
+* Avoid "caml_" prefix in entropy_stubs, use "mc_" instead (#78 @hannesm)
9
10
## v0.8.2 (2020-07-25)
11
12
* Add support for ppc64le. (#76 @avsm)
0 commit comments