diff --git a/site/src/orchid/resources/changelog/0.28.0.md b/site/src/orchid/resources/changelog/0.28.0.md new file mode 100644 index 00000000..82e557fa --- /dev/null +++ b/site/src/orchid/resources/changelog/0.28.0.md @@ -0,0 +1,4 @@ +## Invincible Sadness + +- Fixes compilation using Android due to use of private interface methods. [See #229](https://github.com/robfletcher/strikt/issues/229) +- Assertion chains that use `not` will now report actual values if they fail. [See #222](https://github.com/robfletcher/strikt/issues/222)