2.2.0 section added to changelog

mino version bump
This commit is contained in:
2023-07-10 16:20:59 +01:00
parent 6de78a4037
commit 5e39461966
3 changed files with 16 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ class App:
def __enter__(self):
self.vm.init_thread()
return self
def __exit__(self, exc_type, exc_value, traceback):
self.vm.end_thread()