File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3+ ## Version 2.2.0 ##
4+
5+ Date: 2018-01-11
6+
7+ - Fix some issues with wrong handling of dynamic context.
8+ - Convert some functions to macros for delay args evaluation.
9+
10+
311## Version 2.1.0 ##
412
513Date: 2017-04-20
Original file line number Diff line number Diff line change 11= Cats Documentation
22Andrey Antukh & Alejandro Gómez
3- 2.1 .0
3+ 2.2 .0
44:toc: left
55:!numbered:
66:idseparator: -
@@ -36,7 +36,7 @@ it as a dependency in your *_project.clj_*:
3636
3737[source,clojure]
3838----
39- [funcool/cats "2.1 .0"]
39+ [funcool/cats "2.2 .0"]
4040----
4141
4242And it works with the following platforms: *jdk7*, *jdk8*, *node*
Original file line number Diff line number Diff line change 1- (defproject funcool /cats " 2.1 .0"
1+ (defproject funcool /cats " 2.2 .0"
22 :description " Category Theory abstractions for Clojure"
33 :url " https://github.com/funcool/cats"
44 :license {:name " BSD (2 Clause)"
You can’t perform that action at this time.
0 commit comments