File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.4.0 (2019-08-11)
4
+
5
+ * [ PR-323] ( https://github.com/jupyter/kernel_gateway/pull/323 ) : Update handler not use deprecated maybe_future call
6
+ * [ PR-322] ( https://github.com/jupyter/kernel_gateway/pull/322 ) : Update handler compatibility with tornado/pyzmq updates
7
+ * [ PR-321] ( https://github.com/jupyter/kernel_gateway/pull/321 ) : Allow Notebook 6.x dependencies
8
+ * [ PR-317] ( https://github.com/jupyter/kernel_gateway/pull/317 ) : Better error toleration during server initialization
9
+
3
10
## 2.3.0 (2019-03-15)
4
11
5
12
* [ PR-315] ( https://github.com/jupyter/kernel_gateway/pull/315 ) : Call tornado StaticFileHandler.get() as a coroutine
Original file line number Diff line number Diff line change 1
1
# Summary of changes
2
2
3
3
See ` git log ` for a more detailed summary of changes.
4
+ ## 2.4
5
+
6
+ ## 2.4.0 (2019-08-11)
7
+
8
+ * [ PR-323] ( https://github.com/jupyter/kernel_gateway/pull/323 ) : Update handler not use deprecated maybe_future call
9
+ * [ PR-322] ( https://github.com/jupyter/kernel_gateway/pull/322 ) : Update handler compatibility with tornado/pyzmq updates
10
+ * [ PR-321] ( https://github.com/jupyter/kernel_gateway/pull/321 ) : Allow Notebook 6.x dependencies
11
+ * [ PR-317] ( https://github.com/jupyter/kernel_gateway/pull/317 ) : Better error toleration during server initialization
4
12
5
13
## 2.3
6
14
Original file line number Diff line number Diff line change 6
6
version_info = (
7
7
2 ,
8
8
4 ,
9
- 0 ,
10
- 'dev'
9
+ 0
11
10
)
12
11
13
12
__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments