| Index: pkg/js/CHANGELOG.md
|
| diff --git a/pkg/js/CHANGELOG.md b/pkg/js/CHANGELOG.md
|
| index 4ef2ebc5264baee833ce2f72170218fa5a676928..531476049f9f1969552867465c39e5b3677e9e9c 100644
|
| --- a/pkg/js/CHANGELOG.md
|
| +++ b/pkg/js/CHANGELOG.md
|
| @@ -1,3 +1,9 @@
|
| +## 0.6.1
|
| +* Add JSNative utility class with static methods methods to efficiently
|
| + manipulate typed JSInterop objects in cases where the member name
|
| + is not known statically. These methods would be extension methods on JSObject
|
| + if Dart supported extension methods.
|
| +
|
| ## 0.6.0
|
|
|
| * Version 0.6.0 is a complete rewrite of `package:js`.
|
|
|