diff --git a/docs/git-notes/02cbff35d876dcea7efd41794f414c7df5eddca4.txt b/docs/git-notes/02cbff35d876dcea7efd41794f414c7df5eddca4.txt new file mode 100644 index 000000000000..ab61fda3aa91 --- /dev/null +++ b/docs/git-notes/02cbff35d876dcea7efd41794f414c7df5eddca4.txt @@ -0,0 +1,14 @@ +--- +type: amend-message +--- +refactor!: update `blas/ext/base/dapx` to follow current project conventions + +BREAKING CHANGE: + +- `c_dapx()` renamed to `stdlib_strided_dapx()` +- `c_dapx_ndarray()` renamed to `stdlib_strided_dapx_ndarray()` + +All downstream usage of the old `c_dapx*` symbols must be updated to use the new symbols. + +PR-URL: https://github.com/stdlib-js/stdlib/pull/4737 +Reviewed-by: Philipp Burckhardt diff --git a/docs/git-notes/133c5394889b68952968cd6f4ff192f9692deb9f.txt b/docs/git-notes/133c5394889b68952968cd6f4ff192f9692deb9f.txt new file mode 100644 index 000000000000..267d726a6755 --- /dev/null +++ b/docs/git-notes/133c5394889b68952968cd6f4ff192f9692deb9f.txt @@ -0,0 +1,10 @@ +--- +type: amend-message +--- +docs: update namespace TypeScript declaration comments + +PR-URL: https://github.com/stdlib-js/stdlib/pull/4487 + +Co-authored-by: Philipp Burckhardt +Reviewed-by: Philipp Burckhardt +Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> diff --git a/docs/git-notes/4b1f53de18bc03af6439de1e3797d9e222ecdf28.txt b/docs/git-notes/4b1f53de18bc03af6439de1e3797d9e222ecdf28.txt new file mode 100644 index 000000000000..6fcd733a66f1 --- /dev/null +++ b/docs/git-notes/4b1f53de18bc03af6439de1e3797d9e222ecdf28.txt @@ -0,0 +1,10 @@ +--- +type: amend-message +--- +docs: update namespace TypeScript declaration comments + +PR-URL: https://github.com/stdlib-js/stdlib/pull/4518 + +Co-authored-by: Philipp Burckhardt +Reviewed-by: Philipp Burckhardt +Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>