summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/changelog/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/changelog/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/changelog/README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/changelog/README.md b/Master/texmf-dist/doc/latex/changelog/README.md
index 017eaafebe6..f74d28c16f2 100644
--- a/Master/texmf-dist/doc/latex/changelog/README.md
+++ b/Master/texmf-dist/doc/latex/changelog/README.md
@@ -8,7 +8,7 @@ Inspired by [keepachangelog.com].
File | Description
-----------------------------|-------------------------------
-changelog.sty | The brandeis-problemset document class
+changelog.sty | The changelog package
changelog.pdf | Documentation (English)
changelog.tex | Documentation source
changelog-doc.sty | Documentation styles
@@ -17,6 +17,10 @@ LICENSE.md | GNU GPLv3
## Example
+ \documentclass{article}
+ \usepackage[color]{changelog}
+ \begin{document}
+
\begin{changelog}[author=Rebecca Turner]
\begin{version}
\added Really cool features
@@ -47,4 +51,10 @@ LICENSE.md | GNU GPLv3
changes=Initial beta.}
\end{changelog}
+ \end{document}
+
+Which renders roughly as:
+
+![Rendered changelog](screenshot.png)
+
[keepachangelog.com]: https://keepachangelog.com/