Proper changelog needs to include indentation support

This commit is contained in:
Carlo Sciolla 2018-08-16 12:08:10 +02:00
parent f416fe76f2
commit 82ab084c86
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 14 additions and 2 deletions

View File

@ -107,7 +107,16 @@ With debug enabled, the actual command used to invoke PlantUML is printed into a
## Blank previews
If you are using SVG rendering and `plantuml-preview` shows you an empty buffer, chances are something is wrong with the PlantUML output. While inside the preview buffer, hit `C-c C-c` to switch to the textual mode and see if the output is valid SVG.
If you are using SVG rendering and `plantuml-preview` shows you an empty buffer, chances are something is wrong with the PlantUML output. While inside the preview buffer, hit `C-c C-c` to switch to
the textual mode and see if the output is valid SVG.
## Development
In order to contribute to `plantuml-mode` make sure to:
- agree with the [GPLv3+ licencing terms](#License) as they are mandated by Emacs
- install [`cask`](https://github.com/cask/cask)
- always test your code and run the full test suite with `cask exec ert-runner` (or just by `make`)
# Credits
@ -115,6 +124,9 @@ This project stemmed from the great work of [Zhang Weize](http://zhangweize.word
and the current code still borrows a lot from it.
Thanks to [Pavel G. Koukoushkin](https://github.com/svargellin) for implementing the preview functionality.
Thanks to [Raymond Huang](https://github.com/rymndhng) for implementing the first drop of the indentation support.
Thanks to [all the awesome contributors](https://github.com/skuro/plantuml-mode/graphs/contributors), you rock!
# See also

View File

@ -36,7 +36,7 @@
;;; Change log:
;;
;; version 1.2.7, 2018-08-15 Fixed the comiling error when installing with melpa
;; version 1.2.7, 2018-08-15 Added support for indentation; Fixed the comiling error when installing with melpa
;; version 1.2.6, 2018-07-17 Introduced custom variable `plantuml-jar-args' to control which arguments are passed to PlantUML jar. Fix the warning of failing to specify types of 'defcustom' variables
;; version 1.2.5, 2017-08-19 #53 Fixed installation warnings
;; version 1.2.4, 2017-08-18 #60 Licensed with GPLv3+ to be compatible with Emacs