From 09a6c76364f0fc7f37f25ed4de37ed78f99a7ec3 Mon Sep 17 00:00:00 2001 From: "Gregory.Shrago" Date: Tue, 26 Nov 2019 21:28:04 +0300 Subject: [PATCH] 2019.3.2-snapshot --- CHANGELOG.md | 8 ++++++++ resources/META-INF/plugin.xml | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cab847..e3a9132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2019.3.1 + +* editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure) +* editor: turn "smart kill" and "smart parens" off by default +* deps: fix dependencies cache file being a directory +* java: fix resolve on Java 11 +* platform: IntelliJ IDEA 2019.3 + 2019.3 * platform: IntelliJ IDEA 2019.3 EAP diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 7ef0d30..e8a7970 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,9 +1,9 @@ org.jetbrains.idea.clojure - 2019.3.1-snapshot + 2019.3.2-snapshot Greg Shrago - + Clojure-Kit Clojure and ClojureScript plugin for IntelliJ-based tools @@ -15,6 +15,10 @@ +
  • editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)
  • +
  • editor: turn "smart kill" and "smart parens" off by default
  • +
  • deps: fix dependencies cache file being a directory
  • +
  • java: fix resolve on Java 11
  • platform: IntelliJ IDEA 2019.3
  • Full change log...