aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index a39f529e..1aa18022 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -81,6 +81,7 @@ Version history:
- FIX: __init__ wasn't called on reload
- FIX: bound instance methods weren't correctly decref'd
- ADD: Python symbol type
+- ADD: _del method in pyext-derived class can be used to clean up things on exit
0.1.4:
- ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__)
@@ -152,7 +153,5 @@ features:
- stop individual threads
- support named (keyword) arguments (like attributes for messages)
-- shutdown hook for threaded Python apps
-
tests:
- check for python threading support