Update CHANGES and UPGRADE.txt for 19.3.0

This commit is contained in:
Asterisk Development Team
2022-03-17 10:26:57 -05:00
parent 0c07f94c00
commit 96f98908f9
10 changed files with 69 additions and 57 deletions

View File

@@ -1,8 +0,0 @@
Subject: AMI
The XML Manager Event Interface (amxml) now generates attribute names
that are compliant with the XML 1.1 specification. Previously, an
attribute name that started with a digit would be rendered as-is, even
though attribute names must not begin with a digit. We now prefix
attribute names that start with a digit with an underscore ('_') to
prevent XML validation failures.