From c2931d3ffdc4a8a331b889ffd8b4350c9df52ef7 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 14:10:52 +0000 Subject: [PATCH] docs: add Git note for commit fcca2dc42eb46f8957fc9e3a4fd0691917f38daf Signed-off-by: Philipp Burckhardt --- .../fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/git-notes/fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt diff --git a/docs/git-notes/fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt b/docs/git-notes/fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt new file mode 100644 index 000000000000..1f23d70b2e38 --- /dev/null +++ b/docs/git-notes/fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt @@ -0,0 +1,13 @@ +--- +type: amend-message +--- +remove!: remove migrated `stats/strided/*` imports from `stats/base/*` namespace + +This commit removes leftover symbols from package migration. The removed symbols are all now present in the `stats/strided/*` namespace. + +BREAKING CHANGE: remove `d*` symbols from namespace + +To migrate, users should access the same symbols in the `stats/strided/*` namespace. + +PR-URL: https://github.com/stdlib-js/stdlib/pull/13103 +Reviewed-by: Athan Reines