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