We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ddcd1 commit 93f36b0Copy full SHA for 93f36b0
1 file changed
CHANGELOG.adoc
@@ -2,6 +2,12 @@
2
3
== master (unreleased)
4
5
+* Update all dependencies to current versions.
6
+* *(Breaking)* Drop support for Clojure 1.7-1.9. Minimum is now Clojure 1.10.
7
+* *(Breaking)* Require nREPL 1.0+.
8
+* *(Breaking)* Require Java 17+ (Ring 1.15 uses Jetty 12).
9
+* Fix client transport to keywordize JSON response keys for compatibility with nREPL 1.x.
10
+
11
== 0.2.1 (2019-08-15)
12
13
* https://github.com/nrepl/drawbridge/pull/38[#38]: Support additional HTTP headers from nREPL config.
0 commit comments