From 869368af5659c6472bcea1a7be2d6e8073aca1a2 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 23 Mar 2026 21:26:40 -0700 Subject: [PATCH] updated docs --- README.md | 2 ++ docs/changes.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3919995..dd79148 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Multi Version: 16.3.0 - **Key Changes** - Fixed connection multiplying +- Optimizing the library +- Updated task management support Refer to the [Change Log](https://github.com/rayaman/multi/blob/master/docs/changes.md) for more infromation diff --git a/docs/changes.md b/docs/changes.md index 624bdd2..40e745e 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,7 +1,7 @@ # Changelog Table of contents --- -[Update 16.3.0 - Bug Fixes](#update-1620---bug-fixes)
+[Update 16.3.0 - Proper Priorities](#update-1620---proper-priorities)
[Update 16.2.0 - TimeStamps and UUIDs](#update-1620---timestamps-and-uuids)
[Update 16.1.0 - The Flow State](#update-1610---the-flow-state)
[Update 16.0.1 - Bug fix](#update-1601---bug-fix)
@@ -62,7 +62,7 @@ Table of contents [Update: EventManager 1.0.0 - Error checking](#update-eventmanager-100---error-checking)
[Version: EventManager 0.0.1 - In The Beginning things were very different](#version-eventmanager-001---in-the-beginning-things-were-very-different) -# Update 16.3.0 - Bug Fixes +# Update 16.3.0 - Proper Priorities Added ---