Skip to content

Commit c3c21e4

Browse files
committed
Update CHANGELOG.org
1 parent 7499c22 commit c3c21e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.org

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
* master
2+
3+
- Prevent multiple executions of the same source block as the source
4+
block is being run.
5+
6+
- Add a new customization =jupyter-org-queue-requests= which, when
7+
non-nil, does client-side queuing of source block execute requests
8+
and aborts any queued requests when one that has been sent raises an error.
9+
10+
- In Org, add an overlay to the source block regions as the source
11+
blocks are being executed. Block users from attempting to edit the
12+
source block while it is being edited, similar to how source blocks
13+
can't be edited when an =org-src= edit buffer is editing its contents.
14+
115
* v1.0
216

317
- The results of executing named Jupyter source blocks can now be

0 commit comments

Comments
 (0)