diff --git a/doc/latex/pgf-umlcd/RELEASE_NOTES.md b/doc/latex/pgf-umlcd/RELEASE_NOTES.md index e69de29..818c0d3 100644 --- a/doc/latex/pgf-umlcd/RELEASE_NOTES.md +++ b/doc/latex/pgf-umlcd/RELEASE_NOTES.md @@ -0,0 +1,12 @@ +# Bug fixes + +This release contains mostly bugfixes but also some grand internal restructuring +of the package. However, the latter should not be visible to the end user. If +you encounter breakages please raise an issue on GitHub. + +- Patch for multiple inheritance +- Add color settings, thanks Maarten van Dessel +- Add support for static classes analogue to abstract classes +- Changed from above/below to auto in association et al. Added possibility of optional argument +- Move anchor=north before this umlcd style +- Start rewrite as a TikZ library diff --git a/doc/latex/pgf-umlcd/pgf-umlcd-manual.tex b/doc/latex/pgf-umlcd/pgf-umlcd-manual.tex index ad00351..393d436 100644 --- a/doc/latex/pgf-umlcd/pgf-umlcd-manual.tex +++ b/doc/latex/pgf-umlcd/pgf-umlcd-manual.tex @@ -68,7 +68,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Drawing UML Class Diagram by using \texttt{pgf-umlcd}} \author{\href{mailto:xuyuan.cn@gmail.com}{Yuan Xu}} -\date{\today{}~(v0.2.1)} +\date{\today{}~(v0.3)} \maketitle %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/tex/latex/pgf-umlcd/pgf-umlcd.sty b/tex/latex/pgf-umlcd/pgf-umlcd.sty index b9eff16..3d37e9b 100644 --- a/tex/latex/pgf-umlcd/pgf-umlcd.sty +++ b/tex/latex/pgf-umlcd/pgf-umlcd.sty @@ -1,7 +1,6 @@ % SPDX-License-Identifier: GPL-2.0-only OR LPPL-1.3c \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{pgf-umlcd}[2011/10/01 v0.3dev Some LaTeX macros for -UML Class Diagrams.] +\ProvidesPackage{pgf-umlcd}[2022/05/22 v0.3 Some LaTeX macros for UML Class Diagrams.] \RequirePackage{tikz} \usetikzlibrary{umlcd}