From 72f145bd7423206a2cb14786b40424fa7281be11 Mon Sep 17 00:00:00 2001 From: Jeffrey Yan Date: Fri, 10 Jul 2020 15:03:17 +1200 Subject: [PATCH] Update changelog --- doc/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 153b207..c4a3747 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,8 +2,9 @@ ### 4.0.0 -I've made this a major version bump due to the Typescript update, and the inclusion of typings. There are no new features additions though, so no need for migration. +I've made this a major version bump due to the Typescript update, and the removal of Node version 8 support. There are no new features additions though, so no need for migration. +- Remove support for Node.js 8.x.x (only supports v10 and v12 at the moment) - Refactor main codebase to [Typescript](https://www.typescriptlang.org/) - Implement precommit hooks for eslint and [prettier](https://github.com/prettier/prettier) - Updated some dev dependencies