Skip to content

Commit 2301ecb

Browse files
vemvbbatsov
authored andcommitted
Update Compliment
Closes #708
1 parent f773382 commit 2301ecb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* [#719](https://github.com/clojure-emacs/cider-nrepl/issues/719): `middleware.test`: gracefully handle exceptions thrown within fixtures.
88
* [#722](https://github.com/clojure-emacs/cider-nrepl/issues/722): `middleware.format`: print otherwise non-serializable objects as strings.
9+
* [#708](https://github.com/clojure-emacs/cider-nrepl/issues/708): Upgrade Compliment, improving how autocompletion works in Windows.
910
* [#713](https://github.com/clojure-emacs/cider-nrepl/pull/713): Fix a regression in test results formatting.
1011

1112
## 0.27.2 (2021-10-03)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
^:inline-dep [thunknyc/profile "0.5.2"]
1010
^:inline-dep [mvxcvi/puget "1.3.1"]
1111
^:inline-dep [fipp "0.6.24"] ; can be removed in unresolved-tree mode
12-
^:inline-dep [compliment "0.3.11"]
12+
^:inline-dep [compliment "0.3.12"]
1313
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
1414
^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
1515
^:inline-dep [org.clojure/tools.namespace "1.0.0"]

0 commit comments

Comments
 (0)