Skip to content

Commit

Permalink
[ci skip] Updated changelog to reflect latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Dec 8, 2023
1 parent fa67895 commit d935026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changelog next version
----------------------
* Properly parse primitive JSON values (thanks to Jörg Eichhorn for pull request)
* Upgraded to Groovy 4.0.14

Changelog 5.3.2 (2023-09-08)
----------------------------
* Add onFailMessage into validatable response (#1724). This means that you can use `onFailMessage` after `then` like: `when().get("/somewhere").then().onFailMessage("My fail message").statusCode(200);` (thanks to Ilya Koshaleu for pull request)
Expand Down

0 comments on commit d935026

Please sign in to comment.