Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 3c02ee8884bd52b81a9c563428ee85f845d414a2..053afa8cbaa38d7a4fc34c5aa24b40a2ef388f8c 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,8 @@ |
+## 0.12.3 |
+ |
+* In order to be more extensible, all exception handling within tests now uses |
+ the Zone API. |
kevmoo
2015/05/29 20:51:16
Do we that invoker.handError is now private? I'm g
nweiz
2015/05/29 20:53:38
Invoker isn't exposed publicly, so this isn't an e
|
+ |
## 0.12.2 |
* Convert JavaScript stack traces into Dart stack traces using source maps. This |