We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ebe3b commit 4d85577Copy full SHA for 4d85577
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog #
2
3
+## Version 2.3.3
4
+
5
+Date: 2019-10-02
6
7
+- Fix typo in cats/monad/state.clj: -repr should return a string, not a regex
8
9
## Version 2.3.2
10
11
Date: 2018-11-07
project.clj
@@ -1,4 +1,4 @@
-(defproject funcool/cats "2.3.2"
+(defproject funcool/cats "2.3.3"
:description "Category Theory abstractions for Clojure"
:url "https://github.com/funcool/cats"
:license {:name "BSD (2 Clause)"
0 commit comments