From 649d9069b074ea7db8f081d81104e64d0003f1e1 Mon Sep 17 00:00:00 2001 From: scottf Date: Tue, 19 Sep 2023 09:11:12 -0400 Subject: [PATCH] subjects can't end with dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7fd87b6..13f20dc22 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ It only allowed printable ascii characters except for `*`, `>`, `.`, `\\` and `/ * cannot start or end with subject token delimiter . * cannot have empty segments -**This means that UTF characters are now allowed back in.** +**This means that UTF characters are now allowed in this client.** For queue names, there has been inconsistent validation, if any. Queue names now require the same validation as subjects.