From 6b2de636833f2018539f44a279f7d8c202eb73f4 2015-01-24 20:10:09 From: Min RK Date: 2015-01-24 20:10:09 Subject: [PATCH] all new fields are backward-compatible not just on cells, outputs, metadata --- diff --git a/docs/source/notebook/nbformat.rst b/docs/source/notebook/nbformat.rst index 9cb619a..115e772 100644 --- a/docs/source/notebook/nbformat.rst +++ b/docs/source/notebook/nbformat.rst @@ -291,8 +291,8 @@ regardless of format. "source" : ["some nbformat mime-type data"] } -Backwared-compatible changes -============================ +Backward-compatible changes +=========================== The notebook format is an evolving format. When backward-compatible changes are made, the notebook format minor version is incremented. When backward-incompatible changes are made, @@ -300,7 +300,7 @@ the major version is incremented. As of nbformat 4.x, backward-compatible changes include: -- new fields in any cell or output or metadata +- new fields in any dictionary (notebook, cell, output, metadata, etc.) - new cell types - new output types