File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGES to the 'datastructures' GAP package
22
3- ## X.Y.Z (YYYY-MM-DD )
3+ ## 0.3.0 (2022-11-04 )
44
55 - Improve printing of HashSets and HashMaps
66 - Allow giving initial values for HashMaps and HashSets
7+ - Make sure ` rec(1:=2,3:=4) ` and ` rec(1:=4,2:=3) ` have different hashes
78 - Various janitorial changes
89
910## 0.2.7 (2022-03-03)
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ SetPackageInfo( rec(
1111
1212PackageName := " datastructures" ,
1313Subtitle := " Collection of standard data structures for GAP" ,
14- Version := " 0.2.7 " ,
15- Date := " 03/03 /2022" , # dd/mm/yyyy format
14+ Version := " 0.3.0 " ,
15+ Date := " 04/11 /2022" , # dd/mm/yyyy format
1616License := " GPL-2.0-or-later" ,
1717
1818Persons := [
You can’t perform that action at this time.
0 commit comments