Skip to content

Commit

Permalink
Add a few more details to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 21, 2019
1 parent a5a1f6f commit fba6952
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fba6952

Please sign in to comment.