Skip to content

Commit

Permalink
Catch up on recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jun 26, 2023
1 parent 397000d commit 9fe5c33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ the `columns`, `component`, and `logging` namespaces entirely.
- Removed the `logging` namespace and dependency on `org.clojure/tools.logging`
- Removed the `component` namespace, but the example is still present in the documentation
- Ensure compatible with Clojure 1.10 and above (now tested in GitHub action)
- The "use -XX:-OmitStackTraceInFastThrow" warning is now formatted, and is output only once
- `write-exception` was renamed to `print-exception`
- `write-binary` and `write-binary-delta` renamed to `print-binary` and `print-binary-delta`
- `compose` can now pad a span of text with spaces (on the left or right) to a desired width

## 1.4.4 -- 20 Jun 2023

Expand Down

0 comments on commit 9fe5c33

Please sign in to comment.