Documentation updates.

Trying to get documentation caught up with actual release.
This commit is contained in:
John Miller 2017-05-23 07:05:13 -05:00
parent 3697273a84
commit 6503d902f1
3 changed files with 36 additions and 5 deletions

View file

@ -0,0 +1,13 @@
.. _changelog_0_12_2:
v0.12.2
-------
* Improve integration with org mode source code blocks.
* Better cell editing buffers.
* Add ~ein:notebooklist-enable-keepalive~ and
~ein:notebooklist-disable-keepalive~ to keep long-running sessions from
expiring on the jupyter servier.

View file

@ -0,0 +1,11 @@
.. _changelog_0_12_3:
v0.12.3
-------
This release is an attempt to cherry-pick some of the more recent bugfixes and
enhancments while still maintaining compatibility with Emacs 24. Note that
support for running a jupyter server in an Emacs buffer will likely *not* be
possible in Emacs 24 due to the lack of the `make-process` command, i.e.
asyncronous communication with external processes.

View file

@ -650,16 +650,23 @@ everything the log buffer. You can reset the patch and log level with
Change Log
==========
v0.13.0
-------
* Added commands ``ein:jupyter-server-start``, ``ein:jupyter-server-stop``, and
``ein:jupyter-server-login-and-open``.
* Added a very basic and quite silly object inspector that has almost no
features at the moment. Nonetheless, the curious can try executing ``C-c i``
over a defined object in a notebook buffer.
* Add a keep-alive feature to prevent cookie expiration on very long-running
notebook sessions.
v0.12.3
-------
.. include:: changelog/v0_12_3.txt
v0.12.2
-------
.. include:: changelog/v0_12_2.txt
v0.12.1
-------