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