diff --git a/PackageInfo.g b/PackageInfo.g index 347760a..b76501f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "json", Subtitle := "Reading and Writing JSON", -Version := "2.1.0", -Date := "22/02/2022", # dd/mm/yyyy format +Version := "2.1.1", +Date := "18/10/2022", # dd/mm/yyyy format License := "BSD-2-Clause", Persons := [ diff --git a/README b/README index 5e28af4..df045bd 100644 --- a/README +++ b/README @@ -19,6 +19,17 @@ types, look at the openmath package, or IO_Pickle in the IO package. Updates ======= +v2.1.1 +====== + +Code cleanups + +v2.1.0 +====== + +Change: Keys in dictionaries are now always outputted in lexicographical order + + v2.0.1 ======