Skip to content

Commit

Permalink
Version 2020.08.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 11, 2020
1 parent e1432e0 commit c88bcf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This file describes changes in the AutoDoc package.

YYYY.MM.DD
2020.08.11
- Add support for using the string `]]>` in examples
- Add support for `DeclareGlobalName` (new in GAP 4.12)
- Add extract_examples.skip_empty_in_numbering option
- Enhance extract_examples to remove outdated .tst files (e.g. if chapter
number changes, we won't leave outdated extracted .tst examples behind)
- Add extract_examples.skip_empty_in_numbering option
- Fix a warning about a missing file `/doc/_Chunks.xml` which appeared
when building the documentation of some packages

Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "AutoDoc",
Subtitle := "Generate documentation from GAP source code",
Version := "2020.08.07",
Version := "2020.08.11",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
Expand Down

0 comments on commit c88bcf7

Please # to comment.