From 56bb65342aad827bbcacb52cf0c4774a0d21f2e9 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sat, 3 Aug 2019 15:56:41 +0200 Subject: [PATCH] Updated changelog --- plantuml-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 432ab57..beb35a7 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -37,6 +37,7 @@ ;;; Change log: ;; +;; version 1.3.1, 2019-08-02 Fixed interactive behavior of `plantuml-set-exec-mode' ;; version 1.3.0, 2019-05-31 Added experimental support for multiple rendering modes and, specifically, preview using a PlantUML server ;; version 1.2.11, 2019-04-09 Added `plantuml-download-jar' ;; version 1.2.10, 2019-04-03 Avoid messing with window layouts and buffers -- courtesy of https://github.com/wailo @@ -85,7 +86,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "1.2.9pre2" "The plantuml-mode version string.") +(defconst plantuml-mode-version "1.3.1" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)