From cd9ccef8b2f2037acc63e99561fab03d88b1bd1d Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Mon, 31 Mar 2025 18:45:01 +0200 Subject: [PATCH] Javascript, add missing `*` to changenote --- .../ql/lib/change-notes/2025-03-24-axios-additional-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md b/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md index 9f31730bc14b..4b92a5a3e43f 100644 --- a/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md +++ b/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -Enhanced `axios` support with new methods (`postForm`, `putForm`, `patchForm`, `getUri`, `create`) and added support for `interceptors.request` and `interceptors.response`. +* Enhanced `axios` support with new methods (`postForm`, `putForm`, `patchForm`, `getUri`, `create`) and added support for `interceptors.request` and `interceptors.response`.