diff --git a/CHANGES b/CHANGES index 0cd9a594..e95a7e49 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/PackageInfo.g b/PackageInfo.g index a5b5af20..30b9c8e7 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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 ]} ),