Skip to content

Commit 6a73753

Browse files
committed
Release 0.3
1 parent 1d4a880 commit 6a73753

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Bug fixes
2+
3+
This release contains mostly bugfixes but also some grand internal restructuring
4+
of the package. However, the latter should not be visible to the end user. If
5+
you encounter breakages please raise an issue on GitHub.
6+
7+
- Patch for multiple inheritance
8+
- Add color settings, thanks Maarten van Dessel
9+
- Add support for static classes analogue to abstract classes
10+
- Changed from above/below to auto in association et al. Added possibility of optional argument
11+
- Move anchor=north before this umlcd style
12+
- Start rewrite as a TikZ library

doc/latex/pgf-umlcd/pgf-umlcd-manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6969
\title{Drawing UML Class Diagram by using \texttt{pgf-umlcd}}
7070
\author{\href{mailto:[email protected]}{Yuan Xu}}
71-
\date{\today{}~(v0.2.1)}
71+
\date{\today{}~(v0.3)}
7272
\maketitle
7373
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7474

tex/latex/pgf-umlcd/pgf-umlcd.sty

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
% SPDX-License-Identifier: GPL-2.0-only OR LPPL-1.3c
22
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
3-
\ProvidesPackage{pgf-umlcd}[2011/10/01 v0.3dev Some LaTeX macros for
4-
UML Class Diagrams.]
3+
\ProvidesPackage{pgf-umlcd}[2022/05/22 v0.3 Some LaTeX macros for UML Class Diagrams.]
54

65
\RequirePackage{tikz}
76
\usetikzlibrary{umlcd}

0 commit comments

Comments
 (0)