From 63974cba2e40b3e7677295a034a89a7ddbc873ab Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Wed, 26 Aug 2020 10:26:56 -0400 Subject: [PATCH] Clean up release notes pre-release. --- RELEASE-NOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a86b868e..d593ed7f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -18,10 +18,10 @@ Version: 1.2.0 overrides the provided impls...). Add `sysUt.toItr` to simplify life when using closure iterators. Show use - in `trie.leaves` recursive iterator. + in `trie.leaves` as a "recursive iterator" (as close as makes sense in Nim). - Add PoC super minimal Python multiprocessing like module & `only` example. - Also add `dirq.nim` example using inotify as a reliable OS queue. + Add minimal proof-of-concept Python multiprocessing-like `procpool` module & + `examples/only` and `examples/dirq` using inotify as a reliable OS queue. Version: 1.1.0 ---------------