Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 6960ddbe1d99c55d908808a262d62ef3678f6fcf..9d1ecc212414d54af04678ec6b66340a826dd207 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,8 @@ |
+## 0.12.15 |
+ |
+* Add a `skip` parameter to `expect()`. Marking a single expect as skipped will |
+ cause the test itself to be marked as skipped. |
+ |
## 0.12.14+1 |
* Narrow the constraint on `yaml`. |