forked from xuyuan/pgf-umlcd
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters