From c4e2ce92f0b77366e5e0e3b0b1a2c2ece8568abb Mon Sep 17 00:00:00 2001 From: Karl Naden Date: Mon, 29 Apr 2024 11:55:35 -0400 Subject: [PATCH] add change log --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98a65a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 0.9.1 + +* Split out suite descriptions to files for linking from other contexts. +* Clarified user input validation tests through additional documentation. +* Clarified the unimplemented stub tests that will check the status of the claim indicated in the ClaimResponse. +* Split out the unimplemented stub test for notifications of an update to a pended claim. +* Updated operation descriptions. + +# 0.9.0 + +* Initial public release. \ No newline at end of file