diff --git a/README.md b/README.md index d340564..2366c6b 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ let (out_l, out_r) = node_exec.test_run(0.11, true); ### State of Development -As of 2021-05-18: The architecture and it's functionality have been mostly +As of 2022-07-30: The architecture and it's functionality have been mostly feature complete by now. The only part that is still lacking is the collection of modules/nodes, this is the area of current development. Adding lots of nodes. diff --git a/src/lib.rs b/src/lib.rs index f42d10d..160cec6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -167,7 +167,7 @@ let (out_l, out_r) = node_exec.test_run(0.11, true); ## State of Development -As of 2021-05-18: The architecture and it's functionality have been mostly +As of 2022-07-30: The architecture and it's functionality have been mostly feature complete by now. The only part that is still lacking is the collection of modules/nodes, this is the area of current development. Adding lots of nodes.