Skip to content

Commit 9934eb1

Browse files
committed
Version 2022.02.24
1 parent 06727a4 commit 9934eb1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
This file describes changes in the AutoDoc package.
22

3+
2022.02.24
4+
- true/false are keywords, not just code: use K tags
5+
- extract examples: do not flush pkgname.tst
6+
- remove duplicate entries in autodoc.files
7+
38
2020.08.11
49
- Add support for using the string `]]>` in examples
510
- Add support for `DeclareGlobalName` (new in GAP 4.12)

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "AutoDoc",
1212
Subtitle := "Generate documentation from GAP source code",
13-
Version := "2020.08.11",
13+
Version := "2022.02.24",
1414

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

0 commit comments

Comments
 (0)