From 16ff504df32ffa2bab6d4000839db7960c0bd59d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 29 Jan 2018 13:17:48 -0500 Subject: [PATCH] Added matcher --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20300686..4f910bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Added a `(scheme cyclone match)` library based on Alex Shinn's `match.scm` portable hygienic pattern matcher. - The compiler now emits a faster version of `apply` in cases where only two arguments are received. Bug Fixes