From 9d83eb6168820a250116daaa2db2cb7553467396 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 20 Feb 2016 00:47:33 +0000 Subject: [PATCH] Updating changelog. --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de2c7bb4..86670a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,23 @@ -# v1.7.0 (unreleased) +# v1.8.0 + +Nothing here yet. + +# v1.7.0 Bug fixes: * Fixed a rare crash on programs with a large number of instructions had no effect. +* Fixed a memory issue where programs with a large number of cells + (which were stored on the stack) were misoptimised and + segfaulted. Cell storage is now on the heap. Optimisations: * Stripping symbols from the output binary can now be controlled with `--strip`. +* Re-added a multiply loop optimisation. This was removed in 1.5.0 due to + soundness bugs. Usability: