From bb3fcc646e5b9b4979b3008c8fbc6fb7f4d860be Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 11 Mar 2021 22:00:23 +0100 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 058a128..6e59b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,13 @@ ## v5.x (next major) -* Migrate main scripts to typescript (vue is currently not included) +### v5.0.0 (next) + +There's been some big-ish changes under the hood: + +* Migrate main scripts to typescript (vue is currently not included). +* webextension-polyfill is now used everywhere (if only because typescript throws a hissy fit with `browser` and `chrome` otherwise) +* Fix some bugs that I didn't even know I had, but typescript kinda shone some light on them ## v4.x (current major)