summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/plantuml/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/luatex/latex/plantuml/CHANGELOG.md
Initial commit
Diffstat (limited to 'macros/luatex/latex/plantuml/CHANGELOG.md')
-rw-r--r--macros/luatex/latex/plantuml/CHANGELOG.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/macros/luatex/latex/plantuml/CHANGELOG.md b/macros/luatex/latex/plantuml/CHANGELOG.md
new file mode 100644
index 0000000000..5c84bfc5b2
--- /dev/null
+++ b/macros/luatex/latex/plantuml/CHANGELOG.md
@@ -0,0 +1,50 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [0.2.3] - 2018-06-04
+
+## Added
+
+- Add `release.sh` to CTAN upload-
+
+## Removed
+
+- Removed `\usepackage{aeguill}` as 1) PlantUML seems not to rely on it any more and 2) [it is obsolete and should not be used anymore](https://tex.stackexchange.com/a/5901/9075).
+
+## [0.2.2] - 2018-03-22
+
+## Changed
+
+- Added version number in generated `plantuml.pdf`.
+- Do not strip down `README.md` for CTAN anymore and provide "*.png" for generation of `plantuml.pdf`.
+
+## [0.2.1] - 2018-03-21
+
+### Fixed
+
+- Added short version of `README.md` to CTAN distribution again, because of [CTAN rules](https://mirror.informatik.hs-fulda.de/tex-archive/help/ctan/CTAN-upload-addendum.html#readme).
+
+## [0.2.0] - 2018-03-20
+
+### Changed
+
+- `README.md` is not distributed to CTAN anymore, because `plantuml.pdf` is distributed to follow latex software conventions to name the manual according to the name of the package.
+ `plantuml.pdf` generated out of `README.md`.
+- Removed call to `pdfcrop` is not necessary anymore, because inkscape is called without `-D` for svg convertion.
+
+### Added
+
+- `release.sh` for creating a release.
+
+## 0.1.0 - 2018-03-08
+
+Initial public release
+
+[unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.3...HEAD
+[0.2.3]: https://github.com/latextemplates/plantuml/compare/0.2.2...0.2.3
+[0.2.2]: https://github.com/latextemplates/plantuml/compare/0.2.1...0.2.2
+[0.2.1]: https://github.com/latextemplates/plantuml/compare/0.2.0...0.2.1
+[0.2.0]: https://github.com/latextemplates/plantuml/compare/0.1.0...0.2.0