Prepping for v1.4.1

This commit is contained in:
Carlo Sciolla 2019-09-03 23:24:56 +02:00
parent 7a1d7ab1ca
commit 5889166b6c
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 16 additions and 15 deletions

View File

@ -37,6 +37,7 @@
;;; Change log:
;;
;; version 1.4.1, 2019-09-03 Better indentation; more bugfixing; actually adding `executable' mode
;; version 1.4.0, 2019-08-21 Added `executable' exec mode to use locally installed `plantuml' binaries, various bugfixes
;; 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
@ -93,7 +94,7 @@
(defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.")
(defconst plantuml-mode-version "20190822.1403" "The plantuml-mode version string.")
(defconst plantuml-mode-version "1.4.1" "The plantuml-mode version string.")
(defvar plantuml-mode-debug-enabled nil)