From 56cd3f393d4b5bb268a098c3fda3cf73e7d761ba Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 24 Mar 2016 22:34:50 +0100 Subject: [PATCH] Prepare for version bump --- README.md | 4 ++-- puml-mode.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b92b76e..d2ac9b0 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Default key bindings The following shortcuts are enabled by default: C-c C-c puml-preview: renders a PlantUML diagram from the current buffer in the best supported format - + C-u C-c C-c puml-preview in other window - + C-u C-u C-c C-c puml-preview in other frame Troubleshooting diff --git a/puml-mode.el b/puml-mode.el index 3908b19..6f237e0 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -27,6 +27,7 @@ ;;; Change log: ;; +;; version 0.6.5, 2016-03-24 Added UTF8 support and open in new window / frame shortcuts ;; version 0.6.4, 2015-12-12 Added support for comments (single and multiline) -- thanks to https://github.com/nivekuil ;; version 0.6.3, 2015-11-07 Added per-buffer configurability of output type (thanks to https://github.com/davazp) ;; version 0.6.2, 2015-11-07 Added debugging capabilities to improve issue analysis