Skip to content

Commit

Permalink
Update docunentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Feb 26, 2024
1 parent 4501b74 commit 14719b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Upgrade notes

### From 1.3 to 2.0

1. XML validation has been changed. Now, parsing will either always or never validate, depending on
how the parser was created. See the constructor parameters for details.
1. XML validation has been changed. Previously you could choose whether to validate per input. Now,
whether inputs will be validated is a fixed setting per parser instance. See the constructor
parameters for details.
2. Constructing a JSON parser can no longer throw a (library specific) `GenerationException`; this
has become a runtime exception instead.


Contributing ✨
---------------

Expand Down

0 comments on commit 14719b4

Please sign in to comment.