Add a NEWS entry.

This commit is contained in:
Eric Snow 2020-05-08 13:08:58 -06:00
parent b23d0653e0
commit aeeb4941c3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Add a way to queue various operations in one interpreter to run safely in
another. This includes moving the pending calls from a circular queue to a
linked list, to allow for a more flexible queue.