Skip to content

Commit

Permalink
Update changelog for 1.0
Browse files Browse the repository at this point in the history
(c) Copyright IBM Corp. 2016
  • Loading branch information
parente committed Jul 15, 2016
1 parent d47ed09 commit 46eac4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.0 (2016-07-15)

* Introduce an [API for developing mode plug-ins](http://jupyter-kernel-gateway.readthedocs.io/en/latest/plug-in.html)
* Separate `jupyter-websocket` and `notebook-http` modes into plug-in packages
* Move mode specific command line options into their respective packages (see `--help-all`)
* Report times with respect to UTC in `/_api/activity` responses

## 0.6.0 (2016-06-17)

* Switch HTTP status from 402 for 403 when server reaches the max kernel limit
Expand Down
9 changes: 9 additions & 0 deletions docs/source/summary-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

See `git log` for a more detailed summary of changes.

## 1.0

## 1.0.0 (2016-07-15)

* Introduce an [API for developing mode plug-ins](http://jupyter-kernel-gateway.readthedocs.io/en/latest/plug-in.html)
* Separate `jupyter-websocket` and `notebook-http` modes into plug-in packages
* Move mode specific command line options into their respective packages (see `--help-all`)
* Report times with respect to UTC in `/_api/activity` responses

## 0.6

### 0.6.0 (2016-06-17)
Expand Down

0 comments on commit 46eac4b

Please sign in to comment.