This commit is contained in:
Nathan Marz 2015-06-01 14:22:44 -04:00
parent 5a6d3fe630
commit 6ba23bc438
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 0.5.2
* Fix error for selectors with one element defined using comp-paths, e.g. [:a (comp-paths :b)]
## 0.5.1
* Added putval for adding external values to collected values list
* nil is now interpreted as identity selector

View file

@ -1,4 +1,4 @@
(defproject com.rpl/specter "0.5.1"
(defproject com.rpl/specter "0.5.2"
:dependencies [[org.clojure/clojure "1.6.0"]
]
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions