From 12ce91c94b3743653e7d3cdade135e1ce55e8400 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 6 Jun 2016 08:16:45 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 97d5302..3a8769c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,9 +5,9 @@ * Huge performance improvements for `if-path`, `cond-path`, `selected?`, and `not-selected?`, especially for condition path containing only static functions * Eliminated compiler warnings for ClojureScript version * Dropped support for Clojurescript below v1.7.10 -* Added :notpath metadata to signify pathedfn arguments that should be treated as regular arguments during inline factoring. If one of these arguments is not a static var reference or a non-collection value, the path will not factor. +* Added :notpath metadata to signify pathedfn arguments that should be treated as regular arguments during inline factoring. If one of these arguments is not a static var reference or non-collection value, the path will not factor. * Bug fix: `transformed` transform-fn no longer factors into `pred` when an anonymous function during inline factoring -* Bug fix: Fixed nil->val to not navigate to the val on `false` +* Bug fix: Fixed nil->val to not replace the val on `false` * Bug fix: Eliminate reflection when using primitive paramaters in an inline cached path ## 0.11.0