Skip to content

Commit 64de4db

Browse files
committed
Minor caching and performance optimizations when analyzing exception stack traces
1 parent d099ef6 commit 64de4db

File tree

4 files changed

+141
-121
lines changed

4 files changed

+141
-121
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.0 - UNRELEASED
2+
3+
Added a cache to speed up analyzing the Java exception stack.
4+
15
## 2.6.0 - 25 Apr 2024
26

37
- Font declaration in `compose` can now be a vector of individual terms, rather than a single keyword; e.g. `[:bold :red]`

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:paths ["src"]
2-
:deps {org.clojure/clojure {:mvn/version "1.11.2"}}
2+
:deps {org.clojure/clojure {:mvn/version "1.11.3"}}
33

44
:aliases
55
{:test

0 commit comments

Comments
 (0)