diff --git a/CHANGES b/CHANGES index b5350ae6..29f3db8f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ This file describes changes in the recog package. +1.4.2 (2022-09-27) + - Fix more compatibility issues with matgrp <= 0.70 + - Rename `order` to `OrderFunc` to avoid clashes with existing code + - Speed up default test suite + 1.4.1 (2022-09-26) - Fix compatibility with matgrp <= 0.70 diff --git a/PackageInfo.g b/PackageInfo.g index 35bf6d9a..18347f6e 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -18,8 +18,8 @@ SetPackageInfo( rec( PackageName := "recog", Subtitle := "A package for constructive recognition of permutation and matrix groups", -Version := "1.4.1", -Date := "26/09/2022", # dd/mm/yyyy format +Version := "1.4.2", +Date := "27/09/2022", # dd/mm/yyyy format License := "GPL-3.0-or-later", ## Information about authors and maintainers.