summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ethier <justin.ethier@gmail.com>2014-06-05 13:45:18 -0400
committerJustin Ethier <justin.ethier@gmail.com>2014-06-05 13:45:18 -0400
commitcc3b2d5094327451d2e20a50f6e05ee9b74f273c (patch)
tree8c793eedb288a4d780a494eb0611926410dad0dd
parent5f2f3514db87c6a026c414825592d87d79c49793 (diff)
Removed formattingxargs2-exp
-rw-r--r--ChangeLog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.markdown b/ChangeLog.markdown
index b4c7ba2a..f8aa506e 100644
--- a/ChangeLog.markdown
+++ b/ChangeLog.markdown
@@ -6,7 +6,7 @@ v3.17.1
Refactoring:
- Improved passing of extra arguments within the interpreter by removing the `extraReturnArgs` parameter from `Continuation` and adding it as an extra parameter to the `continueEval` function. That way a new `Continuation` object does not need to be created each time the function is called.
-- Reduced size of compiled code by approximately `10%`.
+- Reduced size of compiled code by approximately 10%.
Bug Fixes: