From 8503f9d96a283f59a2f9f747feda1693178f2a7c Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 9 May 2019 22:07:35 +0200 Subject: [PATCH] Fixed relnotes --- plantuml-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 90ba9b5..7de4062 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -37,7 +37,8 @@ ;;; Change log: ;; -;; version 1.2.10, 2019-04-03 Avoid messing with window layouts and buffers -- courtesy of https://github.com/wailo; added `plantuml-download-jar' +;; 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 ;; version 1.2.9, Revamped indentation support, now working with a greater number of keywords ;; version 1.2.8, 2019-01-07 Support indentation for activate / deactivate blocks; allow customization of `plantuml-java-args' ;; version 1.2.7, 2018-08-15 Added support for indentation; Fixed the comiling error when installing with melpa