diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d640558..56294109c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#719](https://github.com/clojure-emacs/cider-nrepl/issues/719): `middleware.test`: gracefully handle exceptions thrown within fixtures. * [#722](https://github.com/clojure-emacs/cider-nrepl/issues/722): `middleware.format`: print otherwise non-serializable objects as strings. +* [#708](https://github.com/clojure-emacs/cider-nrepl/issues/708): Upgrade Compliment, improving how autocompletion works in Windows. * [#713](https://github.com/clojure-emacs/cider-nrepl/pull/713): Fix a regression in test results formatting. ## 0.27.2 (2021-10-03) diff --git a/project.clj b/project.clj index 2cda6e10b..136806097 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ ^:inline-dep [thunknyc/profile "0.5.2"] ^:inline-dep [mvxcvi/puget "1.3.1"] ^:inline-dep [fipp "0.6.24"] ; can be removed in unresolved-tree mode - ^:inline-dep [compliment "0.3.11"] + ^:inline-dep [compliment "0.3.12"] ^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]] ^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]] ^:inline-dep [org.clojure/tools.namespace "1.0.0"]