Bläddra i källkod

Update changelog for 3.0.4

Steven Silvester 4 år sedan
förälder
incheckning
ee49c69ad8
1 ändrade filer med 34 tillägg och 0 borttagningar
  1. 34 0
      docs/source/getting_started/changelog.rst

+ 34 - 0
docs/source/getting_started/changelog.rst

@@ -10,6 +10,40 @@ See the `JupyterLab
 3.0 <https://github.com/jupyterlab/jupyterlab/milestone/3.0?closed=1>`__
 milestone on GitHub for the full list of pull requests and issues closed.
 
+v3.0.4
+^^^^^^
+* Do not use ?? in plain js, as it is too new.  (`#9606 <https://github.com/jupyterlab/jupyterlab/pull/9606>`__)
+* Fix handling of multiple notebooks for the debugger.  (`#9598 <https://github.com/jupyterlab/jupyterlab/pull/9598>`__)
+* Refactor labhub + CI.  (`#9604 <https://github.com/jupyterlab/jupyterlab/pull/9604>`__)
+
+v3.0.3
+^^^^^^
+* Move open_browser to the top level configs of classes.  (`#9580 <https://github.com/jupyterlab/jupyterlab/pull/9580>`__)
+
+v3.0.2
+^^^^^^
+* Manage kernel message queueing better to prevent out-of-order execution.  (`#9571 <https://github.com/jupyterlab/jupyterlab/pull/9571>`__)
+* Fix breadcrumb links.  (`#9572 <https://github.com/jupyterlab/jupyterlab/pull/9572>`__)
+* Fix integration with JupyterHub.   (`#9568 <https://github.com/jupyterlab/jupyterlab/pull/9568>`__)
+* Fix parsing of empty CSV files.  (`#9557 <https://github.com/jupyterlab/jupyterlab/pull/9557>`__)
+* Use tree/table buttons to display debugger variables view mode.  (`#9502 <https://github.com/jupyterlab/jupyterlab/pull/9502>`__)
+* Update tutorial for final jlab 3 release.   (`#9562 <https://github.com/jupyterlab/jupyterlab/pull/9562>`__)
+* Fix #9550 in upgrade_extension.py.  (`#9551 <https://github.com/jupyterlab/jupyterlab/pull/9551>`__)
+* Update the Binder link in the README to point to a 3.0 Binder.  (`#9549 <https://github.com/jupyterlab/jupyterlab/pull/9549>`__)
+
+v3.0.1
+^^^^^^
+* Fixes error when applying `jupyterlab.upgrade_extension` on Windows.  (`#9546 <https://github.com/jupyterlab/jupyterlab/pull/9509>`__)
+* Improve upgrade script to add style settings.  (`#9515 <https://github.com/jupyterlab/jupyterlab/pull/9515>`__)
+* Fixed incorrect link to GitHub milestone.  (`#9516 <https://github.com/jupyterlab/jupyterlab/pull/9516>`__)
+* Split contribution guidelines into web-based and local instructions.  (`#9540 <https://github.com/jupyterlab/jupyterlab/pull/9540>`__)
+* Remove --checkout 3.0 in the extension tutorial.  (`#9545 <https://github.com/jupyterlab/jupyterlab/pull/9545>`__)
+* Docs updates for 3.0.  (`#9546 <https://github.com/jupyterlab/jupyterlab/pull/9546>`__)
+* Fix usage test. (`#9547 <https://github.com/jupyterlab/jupyterlab/pull/9547>`__)
+* Remove visible 1px border for terminal.  (`#9548 <https://github.com/jupyterlab/jupyterlab/pull/9548>`__)
+
+v3.0.0
+^^^^^^
 
 User-facing changes
 ^^^^^^^^^^^^^^^^^^^