From 94d2977d7033cbe983a7202d16d0117a94c72b7b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 18 Dec 2024 03:23:49 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- strided/special/asinh-by/README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f1970ea..d3fd3818b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-17) +## Unreleased (2024-12-18)
@@ -2741,6 +2741,7 @@ A total of 5 people contributed to this release. Thank you to the following cont
+- [`a1b543a`](https://github.com/stdlib-js/stdlib/commit/a1b543a2a1bdf4d1fb9438bd4a13cb971af62063) - **docs:** update related packages sections [(#4009)](https://github.com/stdlib-js/stdlib/pull/4009) _(by stdlib-bot, Philipp Burckhardt)_ - [`66b4609`](https://github.com/stdlib-js/stdlib/commit/66b4609cee9e428f80bc78da231d2be8e7b223cc) - **refactor:** use inbuilt macro instead of new variable for `MAX_SAFE_NTH_LUCAS` [(#3980)](https://github.com/stdlib-js/stdlib/pull/3980) _(by Aayush Khanna)_ - [`32deb11`](https://github.com/stdlib-js/stdlib/commit/32deb11c6a2453748d8db9554b6bb3fdb73a077f) - **docs:** update related packages sections [(#3976)](https://github.com/stdlib-js/stdlib/pull/3976) _(by stdlib-bot)_ - [`0e887d5`](https://github.com/stdlib-js/stdlib/commit/0e887d567344c8a31a382266389022ec26f2bcca) - **style:** add missing spaces _(by Philipp Burckhardt)_ diff --git a/strided/special/asinh-by/README.md b/strided/special/asinh-by/README.md index d0f5cf2dd..5c143d29e 100644 --- a/strided/special/asinh-by/README.md +++ b/strided/special/asinh-by/README.md @@ -229,6 +229,12 @@ console.log( y ); @@ -243,6 +249,12 @@ console.log( y ); [@stdlib/math/base/special/asinh]: https://github.com/stdlib-js/math/tree/main/base/special/asinh + + +[@stdlib/math/strided/special/asin-by]: https://github.com/stdlib-js/math/tree/main/strided/special/asin-by + + +