Skip to content

Commit

Permalink
Update to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Oct 18, 2022
1 parent 1189bbf commit 5258788
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 := [
Expand Down
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down

0 comments on commit 5258788

Please sign in to comment.