Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clj-commons/manifold
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2fd9b44051a2836054ea618eb5ebee88b70d0262
Choose a base ref
..
head repository: clj-commons/manifold
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18e9569f69fe7400fac7300d684bb7fe41ee22f6
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +7 −1 CHANGES.md
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.4.4

* manifold now requires Clojure 1.10 or later due to use of `requiring-resolve`

Contributions by Allen Rohner

### 0.4.3

* Improved clj-kondo exports
@@ -71,7 +77,7 @@ Contributions by Matthew Davidson, Ryan Smith
Contributions by Matthew Davidson, Ryan Smith

* Add `go-off`, a `core-async`-style macro with a manifold flavor. Big thanks to Ryan Smith and Yummly for contributing this!
* Switch to `bound-fn` in `let-flow` to fix bug where dynamic vars were incorrect for other threads
* Switch to `bound-fn` in `let-flow` to fix bug where dynamic vars were incorrect for other threads
* Modernized indentation to match current Clojure styles and fix misalignments

### 0.1.9