commit 5f5911f558b57197897be790983b1dedf7f0cc86 Author: Matt Traudt sirmatt@ksu.edu Date: Thu Jul 5 20:23:08 2018 -0400
Add changelog entry for uml diagrams --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index feaff96..ecd79f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+### Added + +- UML diagrams to documentation. In docs/ run `make umlsvg` to rebuild them. + Requires graphviz to be installed.(GHPR#226) + ### Fixed
- Measure relays that have both Exit and BadExit as non-exits, which is how
tor-commits@lists.torproject.org