Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 36b1fe594e593e98647b0b2a2cdc916153328963..10e4ada8b57b37723990cccffbfbb4fb2d2be4fe 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,12 @@ |
+## 0.12.13 |
+ |
+* The `--name` and `--plain-name` arguments may be passed more than once, and |
+ may be passed together. A test must match all name constraints in order to be |
+ run. |
+ |
+* Add `names` and `plain_names` fields to the package configuration file. These |
+ allow users to control which tests are run for the given presets. |
+ |
## 0.12.12 |
* Add support for [test presets][]. These are defined using the `presets` field |