Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 7264fd66d3d5143cb943dfb24422d6987831fe98..a9ae2946982f580b38e0c2c0f7d2478f04ebecca 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,9 @@ |
+## 0.2.1 |
+ |
+* Add `getSourceReport` to `VMIsolateRef` and `VMScriptRef`, which return a |
+ `VMSourceReport` for the target isolate or just the target script |
+ respectively. |
+ |
## 0.2.0 |
* **Breaking change**: `new VMServiceClient()` and `new |