Note set_next_input change in changelog

This commit is contained in:
Min RK 2015-12-15 14:34:14 +01:00
parent 34481cb7ed
commit 98e40d7e12

View File

@ -43,6 +43,7 @@ UI changes:
Other improvements:
- Custom KernelManager methods can be Tornado coroutines, allowing async operations.
- No longer clear output when rewriting input with ``set_next_input(replace=True)``.
- Added support for TLS client authentication via ``--NotebookApp.client-ca``.
- Added tags to ``jupyter/notebook`` releases on DockerHub. ``latest`` continues to track the master branch.