From 021e7a60a090b19670d415cf18653fa42f7d4544 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 8 Jul 2019 23:19:23 +0200 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index bf4e9283a..e122392e3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,7 @@ Release History - New ``--execute`` option in Jupytext CLI (#231) - The ``--set-formats`` option in Jupytext CLI also triggers ``--sync``, allowing shorter commands. - ``jupytext``'s ``read`` and ``write`` functions can be used as drop-in replacements for ``nbformat``'s ones (#262). +- ``jupytext --sync`` will now skip unpaired notebooks (#281). - The JupyterLab extension was updated. It now works on on text files (#213) and has a new option to include (or not) the metadata in the text representation of the notebook. - Jupytext's contents manager class is derived dynamically from the default CM class for compatibility with