From d00764f12bb57b0e47598ac39d8f3197afef888c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Wed, 9 Dec 2020 21:31:00 +0100 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d141f2..7d666c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version [1.1.0](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.3...v1.1.0) +- Added the `AppComponent` enumeration. +- Added the `enableComponent()` and `updateComponent()` methods to the `App` class. +- Ported the documentation to [docsify](https://docsify.js.org). + ## Version [1.0.3](https://git.belin.io/cedx/nwjs.hx/compare/v1.0.2...v1.0.3) - Fixed the `WindowOpenOptions` type definition.