From fba695285ad46fd7e5bd69ed2aacb5c6987012f9 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 21 Aug 2019 17:47:09 +0200 Subject: [PATCH] Add a few more details to changelog. --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1a4799da..a1e1db1a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # 0.11.0 (2019-08-21) -- Removed iodide.environment API -- Add back local-only dev mode using command "npm run simple-serve" +- Removed iodide.environment API (#2038) +- Add back local-only dev mode using command "npm run simple-serve" (#2024) - Iodide docker container no longer hardcodes server hostnames, can reuse in multiple server environments (#1943) - Hide "unsaved changes" in revision browser if no unsaved changes (#2046) - Show revision, docs, contribute links even on non-public sites -- Disable "History" menu item for the tryit notebook -- Add documentation for how the Iodide server's authentication system works -- Migrated to Monaco editor, providing several text editing improvements (find/replace text; autocomplete, including hits for Iodide custom chunk types; etc) +- Disable "History" menu item for the tryit notebook (#2125) +- Add documentation for how the Iodide server's authentication system work (#2091) +- Migrated to Monaco editor, providing several text editing improvements (find/replace text; autocomplete, including hits for Iodide custom chunk types; etc) (#2117) - Add "restore" functionality for revision browser (#2047) # 0.10.0 (2019-07-15)