Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed May 22, 2022
1 parent 1d4a880 commit 6a73753
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions doc/latex/pgf-umlcd/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion doc/latex/pgf-umlcd/pgf-umlcd-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Drawing UML Class Diagram by using \texttt{pgf-umlcd}}
\author{\href{mailto:[email protected]}{Yuan Xu}}
\date{\today{}~(v0.2.1)}
\date{\today{}~(v0.3)}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
3 changes: 1 addition & 2 deletions tex/latex/pgf-umlcd/pgf-umlcd.sty
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 6a73753

Please sign in to comment.