Skip to content

Commit

Permalink
Prepare for v2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Aug 27, 2024
1 parent bd52ebc commit 7349c07
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
17 changes: 0 additions & 17 deletions HISTORY

This file was deleted.

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.2.1",
Date := "24/04/2024", # dd/mm/yyyy format
Version := "2.2.2",
Date := "27/08/2024", # dd/mm/yyyy format
License := "BSD-2-Clause",

Persons := [
Expand Down
21 changes: 21 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ types, look at the openmath package, or IO_Pickle in the IO package.
Updates
=======

v2.2.2
======

Use up-to-date methods of loading packages in GAP

2.2.1
=====

Internal cleanups for new GAP versions

2.2.0
=====

Speed up outputting JSON, add new tests

v2.1.1
======

Expand All @@ -41,3 +56,9 @@ v2.0.0
The Json package now ensures it only outputs valid UTF8. GAP strings which
contain valid UTF8 are outputted unmodified, invalid UTF8 is treated as Latin-1,
and transformed into valid UTF8.


1.2.0 : Fix compiling in recent versions of XCode on Mac OS X
1.1.0 : Fix bug in handling badly formatted integers
1.0.1 : Fix bug in nested structures
1.0.0 : First release

0 comments on commit 7349c07

Please sign in to comment.