File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.2 (2017-11-10)
4+
5+ * [ PR-266] ( https://github.com/jupyter/kernel_gateway/pull/266 ) : Make KernelManager and KernelSpecManager configurable
6+ * [ PR-263] ( https://github.com/jupyter/kernel_gateway/pull/263 ) : Correct JSONErrorsMixin for compatibility with notebook 5.2.0
7+
38## 2.0.1 (2017-09-09)
49
510* [ PR-258] ( https://github.com/jupyter/kernel_gateway/pull/258 ) : Remove auth token check for OPTIONS requests (CORS)
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ See `git log` for a more detailed summary of changes.
44
55## 2.0
66
7+ ### 2.0.2 (2017-11-10)
8+
9+ * [ PR-266] ( https://github.com/jupyter/kernel_gateway/pull/266 ) : Make KernelManager and KernelSpecManager configurable
10+ * [ PR-263] ( https://github.com/jupyter/kernel_gateway/pull/263 ) : Correct JSONErrorsMixin for compatibility with notebook 5.2.0
11+
712### 2.0.1 (2017-09-09)
813
914* [ PR-258] ( https://github.com/jupyter/kernel_gateway/pull/258 ) : Remove auth token check for OPTIONS requests (CORS)
You can’t perform that action at this time.
0 commit comments