diff --git a/CHANGELOG.md b/CHANGELOG.md index 6363980a..9d410e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-09) +## Unreleased (2024-12-10)
@@ -594,6 +594,7 @@ A total of 10 people contributed to this release. Thank you to the following con
+- [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_ - [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_ - [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_ - [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_ diff --git a/base/flatten2d/README.md b/base/flatten2d/README.md index fadaa818..b588f1d6 100644 --- a/base/flatten2d/README.md +++ b/base/flatten2d/README.md @@ -139,6 +139,12 @@ out = flatten2d( x, [ 4, 4 ], true ); @@ -147,6 +153,12 @@ out = flatten2d( x, [ 4, 4 ], true ); diff --git a/base/flatten3d-by/README.md b/base/flatten3d-by/README.md index d61670b9..9969a618 100644 --- a/base/flatten3d-by/README.md +++ b/base/flatten3d-by/README.md @@ -185,6 +185,12 @@ out = flatten3dBy( x, [ 4, 2, 2 ], true, fcn ); @@ -193,6 +199,12 @@ out = flatten3dBy( x, [ 4, 2, 2 ], true, fcn ); diff --git a/base/fliplr3d/README.md b/base/fliplr3d/README.md index 21eebf5e..e9c6897d 100644 --- a/base/fliplr3d/README.md +++ b/base/fliplr3d/README.md @@ -97,6 +97,14 @@ console.log( y ); @@ -105,6 +113,16 @@ console.log( y ); diff --git a/base/zeros2d/README.md b/base/zeros2d/README.md index 45a36caa..4db1bb56 100644 --- a/base/zeros2d/README.md +++ b/base/zeros2d/README.md @@ -103,6 +103,17 @@ console.log( arr ); @@ -111,6 +122,22 @@ console.log( arr ); diff --git a/place/README.md b/place/README.md index 36a086b4..6de5a6ee 100644 --- a/place/README.md +++ b/place/README.md @@ -146,6 +146,14 @@ console.log( out ); @@ -160,6 +168,16 @@ console.log( out ); [@stdlib/array/same-kind-casts]: https://github.com/stdlib-js/array/tree/main/same-kind-casts + + +[@stdlib/array/mskput]: https://github.com/stdlib-js/array/tree/main/mskput + +[@stdlib/array/put]: https://github.com/stdlib-js/array/tree/main/put + +[@stdlib/array/take]: https://github.com/stdlib-js/array/tree/main/take + + +