From 21bec8a3d3002777cb0d53f47ca1df4714b94d2a Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Mon, 22 Aug 2022 09:45:17 +0200 Subject: [PATCH] add change-note --- cpp/ql/lib/change-notes/2022-08-22-xml-rename.md | 5 +++++ csharp/ql/lib/change-notes/2022-08-22-xml-rename.md | 5 +++++ java/ql/lib/change-notes/2022-08-22-xml-rename.md | 5 +++++ javascript/ql/lib/change-notes/2022-08-22-xml-rename.md | 5 +++++ python/ql/lib/change-notes/2022-08-22-xml-rename.md | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2022-08-22-xml-rename.md create mode 100644 csharp/ql/lib/change-notes/2022-08-22-xml-rename.md create mode 100644 java/ql/lib/change-notes/2022-08-22-xml-rename.md create mode 100644 javascript/ql/lib/change-notes/2022-08-22-xml-rename.md create mode 100644 python/ql/lib/change-notes/2022-08-22-xml-rename.md diff --git a/cpp/ql/lib/change-notes/2022-08-22-xml-rename.md b/cpp/ql/lib/change-notes/2022-08-22-xml-rename.md new file mode 100644 index 00000000000..8c868cc6a8a --- /dev/null +++ b/cpp/ql/lib/change-notes/2022-08-22-xml-rename.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- +* Classes/predicates that had upper-case acronym XML in their name have been renamed to Xml to follow our style-guide. + The old name still exists as a deprecated alias. \ No newline at end of file diff --git a/csharp/ql/lib/change-notes/2022-08-22-xml-rename.md b/csharp/ql/lib/change-notes/2022-08-22-xml-rename.md new file mode 100644 index 00000000000..8c868cc6a8a --- /dev/null +++ b/csharp/ql/lib/change-notes/2022-08-22-xml-rename.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- +* Classes/predicates that had upper-case acronym XML in their name have been renamed to Xml to follow our style-guide. + The old name still exists as a deprecated alias. \ No newline at end of file diff --git a/java/ql/lib/change-notes/2022-08-22-xml-rename.md b/java/ql/lib/change-notes/2022-08-22-xml-rename.md new file mode 100644 index 00000000000..8c868cc6a8a --- /dev/null +++ b/java/ql/lib/change-notes/2022-08-22-xml-rename.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- +* Classes/predicates that had upper-case acronym XML in their name have been renamed to Xml to follow our style-guide. + The old name still exists as a deprecated alias. \ No newline at end of file diff --git a/javascript/ql/lib/change-notes/2022-08-22-xml-rename.md b/javascript/ql/lib/change-notes/2022-08-22-xml-rename.md new file mode 100644 index 00000000000..8c868cc6a8a --- /dev/null +++ b/javascript/ql/lib/change-notes/2022-08-22-xml-rename.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- +* Classes/predicates that had upper-case acronym XML in their name have been renamed to Xml to follow our style-guide. + The old name still exists as a deprecated alias. \ No newline at end of file diff --git a/python/ql/lib/change-notes/2022-08-22-xml-rename.md b/python/ql/lib/change-notes/2022-08-22-xml-rename.md new file mode 100644 index 00000000000..8c868cc6a8a --- /dev/null +++ b/python/ql/lib/change-notes/2022-08-22-xml-rename.md @@ -0,0 +1,5 @@ +--- +category: deprecated +--- +* Classes/predicates that had upper-case acronym XML in their name have been renamed to Xml to follow our style-guide. + The old name still exists as a deprecated alias. \ No newline at end of file