From f47a0c559a56c946daa92abc24091237b5112c9e Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sat, 26 Sep 2015 11:22:45 +0200 Subject: [PATCH] Prepare for bugfix release --- puml-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/puml-mode.el b/puml-mode.el index 286662f..dc73fd0 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -27,6 +27,7 @@ ;;; Change log: ;; +;; version 0.6.1, 2015-09-26 Bugfix: use eq to compare symbols instead of cl-equalp ;; version 0.6, 2015-09-26 Fixed PNG preview ;; version 0.5, 2015-09-21 Added preview capabilities ;; version 0.4, 2015-06-14 Use a puml- prefix to distinguish from the other plantuml-mode