From e0f47935dbc8a3faa316f8f03c12b9f2d13f10df Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 26 Sep 2018 07:43:57 -0700 Subject: [PATCH] changelog: Note that this is the first web-sys release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716881c4..0c9fad63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,9 @@ Released 2018-09-26. ### Added +* [This is the first release of the `web-sys` + crate!](https://rustwasm.github.io/2018/09/26/announcing-web-sys.html) + * Added support for unions of interfaces and non-interfaces in the WebIDL frontend.