From 73552690d2d296fb77e62772cee3501466bdff75 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 17 Nov 2016 19:49:59 +0000 Subject: [PATCH] Issue #124 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9538c37..ad58de12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Bug Fixes - Modified SRFI 106 to be smarter about compiling `AI_V4MAPPED` and `AI_ALL`, which are not defined on OpenBSD. - Fixed the `member` functions to always return the list when a value is found, instead of `#t`. - Fixed `string->number` to return `#f` if the string cannot be converted. +- Fixed a bug where the optimizer would sometimes generate incorrect code when a mutating primitive (EG: `set-car!`) was passed an expression rather than an identifier as the variable argument. # 0.3 - October 22, 2016