prepare for v1.2.1

This commit is contained in:
Carlo Sciolla 2016-11-11 09:19:47 +01:00
parent 76a96af6e8
commit ba7420b587
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
;;; Change log:
;;
;; version 1.2.1, 2016-11-11 Support for paths like `~/.plantuml/plantuml.jar' for `plantuml-jar-path' (the tilde was previously unsupported)
;; version 1.2.0, 2016-11-09 Added `plantuml-preview-current-buffer', courtesy of @7mamu4
;; version 1.1.1, 2016-11-08 Fix process handling with Windows native emacs; better file extention match for autoloading the mode
;; version 1.1.0, 2016-10-18 Make PlantUML run headless by default; introduced custom variable `plantuml-java-args' to control which arguments are passed to Plantuml.
@ -60,7 +61,7 @@
(defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.")
(defconst plantuml-mode-version "1.2.0" "The plantuml-mode version string.")
(defconst plantuml-mode-version "1.2.1" "The plantuml-mode version string.")
(defvar plantuml-mode-debug-enabled nil)