Skip to content

Commit 782c302

Browse files
committed
# 2.9.202 (2023-06-09 / 35494a0)
## Added - Add documentation for using a custom color scheme using custom data printers. ## Fixed - Simplified internals when diffing maps for improved performance on many datasets. (Thanks [@latacora-paul](https://github.com/latacora-paul)!) ## Changed
1 parent 35494a0 commit 782c302

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8
1+
2.9

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.9.202 (2023-06-09 / 35494a0)
22

33
## Added
44

@@ -160,4 +160,4 @@
160160

161161
## Added
162162

163-
- Extracted from Kaocha, and added a top-level namespace.
163+
- Extracted from Kaocha, and added a top-level namespace.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
4040
deps.edn
4141

4242
```
43-
lambdaisland/deep-diff2 {:mvn/version "2.8.190"}
43+
lambdaisland/deep-diff2 {:mvn/version "2.9.202"}
4444
```
4545

4646
project.clj
4747

4848
```
49-
[lambdaisland/deep-diff2 "2.8.190"]
49+
[lambdaisland/deep-diff2 "2.9.202"]
5050
```
5151

5252
## Use

0 commit comments

Comments
 (0)