Skip to content

Commit

Permalink
Updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Feb 20, 2016
1 parent f0ccce9 commit 9d83eb6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 9d83eb6

Please sign in to comment.