Skip to content

Commit f46fc72

Browse files
committed
Version 0.2.4
1 parent de6f520 commit f46fc72

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# CHANGES to the 'datastructures' GAP package
22

3-
## X.Y.Z (2019-MM-DD)
3+
## 0.2.4 (2019-09-03)
44

55
- Require GAP >= 4.10
6+
- Switch to a stable hash function for records
7+
- Avoid creation of recursive slice objects
8+
- Add ViewObj for slices
9+
- Fix rank of ViewString for slices, so that it is called even if e.g.
10+
all packages are loaded
11+
- Various janitorial changes
612

713
## 0.2.3 (2018-12-18)
814

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
1111

1212
PackageName := "datastructures",
1313
Subtitle := "Collection of standard data structures for GAP",
14-
Version := "0.2.3",
15-
Date := "18/12/2018", # dd/mm/yyyy format
14+
Version := "0.2.4",
15+
Date := "03/09/2019", # dd/mm/yyyy format
1616
License := "GPL-2.0-or-later",
1717

1818
Persons := [

0 commit comments

Comments
 (0)