diff --git a/CHANGELOG.md b/CHANGELOG.md index b9474ec1..2ef8576f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ### Features -Users can pass an initial layout (TODO: Documentation) +- Users can pass an initial layout (TODO: Documentation) + +## 1.2.0 + +### Features + +- Users can register an `onWillClose` callback, which is passed a `cancel` function. The `cancel` function can be called to prevent Webamp from closing. [#655](https://github.com/captbaritone/webamp/pull/655) + +### Internal changes + +- Webamp is now mostly built with [TypeScript](https://www.typescriptlang.org/). ## 1.1.2 diff --git a/examples/minimal/index.html b/examples/minimal/index.html index e1eb95c9..82209308 100755 --- a/examples/minimal/index.html +++ b/examples/minimal/index.html @@ -9,7 +9,7 @@
- +