diff options
Diffstat (limited to 'changes/bug29706_refactor')
-rw-r--r-- | changes/bug29706_refactor | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29706_refactor b/changes/bug29706_refactor new file mode 100644 index 0000000000..ba1d0c7edd --- /dev/null +++ b/changes/bug29706_refactor @@ -0,0 +1,4 @@ + o Minor bugfixes (memory management): + - Refactor the shared random state's memory management so that it actually + takes ownership of the shared random value pointers. + Fixes bug 29706; bugfix on 0.2.9.1-alpha. |