From 9a75ce63e2e538c523db8c157dc9c82774d3b981 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 4 Apr 2019 08:00:06 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e6ce7bf..42415b3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ - The built-in `sqlite3** module of Python is now enabled. +- New packages: `mne` + **Developer improvements:** - The `mkpkg` command will now select an appropriate archive to use, rather than just using the first. +- The included version of emscripten has been upgraded to 1.38.30 (plus a + bugfix). + ## Version 0.10.0 **User improvements:**