Prepare for version bump

This commit is contained in:
Carlo Sciolla 2016-03-24 22:34:50 +01:00
parent dc3e32c3ca
commit 56cd3f393d
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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