Skip to content

Commit 669ec27

Browse files
committed
Auto-generated commit
1 parent fc93fba commit 669ec27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-27)
7+
## Unreleased (2025-08-29)
88

99
<section class="features">
1010

@@ -496,6 +496,7 @@ A total of 24 issues were closed in this release:
496496

497497
<details>
498498

499+
- [`3b77033`](https://github.com/stdlib-js/stdlib/commit/3b7703363c530e1d485912a441c9ef36b14640cd) - **docs:** update example _(by Athan Reines)_
499500
- [`dd7b58d`](https://github.com/stdlib-js/stdlib/commit/dd7b58d5281732fc9ba4153d7f9bbc31a3766ed9) - **bench:** fix copy-paste mistake _(by Athan Reines)_
500501
- [`c4cc264`](https://github.com/stdlib-js/stdlib/commit/c4cc264996ce9f4241476c857c4c985fb6612c84) - **docs:** update markup _(by Athan Reines)_
501502
- [`8aea8a0`](https://github.com/stdlib-js/stdlib/commit/8aea8a04b6be1b2cb1ddc5dd15e76f4423a4f50b) - **chore:** fix C lint errors [(#7974)](https://github.com/stdlib-js/stdlib/pull/7974) _(by GeoDaoyu, Athan Reines)_

base/every-by/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
*
4646
* // Create the input ndarray-like object:
4747
* var x = {
48-
* 'ref': null,
4948
* 'dtype': 'float64',
5049
* 'data': xbuf,
5150
* 'shape': shape,

0 commit comments

Comments
 (0)