From 2836ad3fae509270d9de4156d3d6fa34bcd13406 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Jan 2018 23:27:27 +0100 Subject: [PATCH] Update CHANGES --- CHANGES | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 31914cab..5ef80c7a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,28 @@ This file describes changes in the AutoDoc package. YYYY.MM.DD - - Correct some spelling mistakes in the manual + - Added @*Title commands to specify titles for Chapters etc. + - Document @BeginExampleSession instead of @ExampleSession + - Document the aliases @Example, @ExampleSession, @Log, and @LogSession + - Improve manual (thanks to Chris Wensley): + - fix a few typos + - added abstract and acknowledgments + - added bibliography file AutoDoc.bib + - added checklist subsection 1.3.3 + - added some index entries + - change makedoc.g to highlight some useful features of the AutoDoc() function + - Various other tweaks and fixes + +2017.09.08 + - Add ChapterLabel, SectionLabel, and SubsectionLabel + - Add ExampleSession environment to support GAPDoc-Style examples + - Add support for documenting DeclareConstructor + - Empty lines in AutoDoc comments start a new paragraph, as in TeX + - Improve @Example documentation + - Fix some spelling mistakes in the manual + - Fix support for KeyDependendOperations (see issue #124) + - Don't show a return value if no @Returns is given + - Various other tweaks and fixes 2016.12.04: - Revise and officially document the `entities` option for AutoDoc()