Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index c5c1362bd5dfb1ff9d524655e641fa65e166da2f..caf272d935ffc0646b4a4ac67b883c04ae11447a 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,4 +1,4 @@ |
-##0.12.0-alpha.0 |
+## 0.12.0 |
* Added support for a test runner, which can be run via `pub run |
unittest:unittest`. By default it runs all files recursively in the `test/` |
@@ -33,6 +33,11 @@ |
* Removed several members from `SimpleConfiguration` that relied on removed |
functionality: `onExpectFailure`, `stopTestOnExpectFailure`, and 'name'. |
+### 0.12.0-beta.1 |
+ |
+* Add a `--name` (shorthand `-n`) flag to the test runner for selecting which |
+ test to run. |
+ |
##0.11.5+1 |
* Internal code cleanups and documentation improvements. |