You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2024-12-04)
7
+
## Unreleased (2024-12-15)
8
8
9
9
<sectionclass="features">
10
10
@@ -47,7 +47,8 @@ A total of 12 issues were closed in this release:
47
47
48
48
<details>
49
49
50
-
-[`1d10ce5`](https://github.com/stdlib-js/stdlib/commit/1d10ce5163bb06f0b93f6dc0ef9697a8336054c2) - **feat:** add `includes` method to `array/fixed-endian-factory`[(#3283)](https://github.com/stdlib-js/stdlib/pull/3283)_(by Ahmed_Kashkoush, Athan Reines, Muhammad Haris)_
50
+
-[`3c1789f`](https://github.com/stdlib-js/stdlib/commit/3c1789fdfe3ae56635ddf84fb5dfe229237794fa) - **docs:** add missing private annotations and decimals _(by Philipp Burckhardt)_
51
+
-[`1d10ce5`](https://github.com/stdlib-js/stdlib/commit/1d10ce5163bb06f0b93f6dc0ef9697a8336054c2) - **feat:** add `includes` method to `array/fixed-endian-factory`[(#3283)](https://github.com/stdlib-js/stdlib/pull/3283)_(by Ahmed Kashkoush, Athan Reines, Muhammad Haris)_
51
52
-[`e5d32c5`](https://github.com/stdlib-js/stdlib/commit/e5d32c53f8f552fae4d672c8750619a59ce078ac) - **chore:** minor clean-up _(by Philipp Burckhardt)_
52
53
-[`9798530`](https://github.com/stdlib-js/stdlib/commit/97985302871b99c45462d43479e246c4549c3991) - **chore:** minor clean-up _(by Philipp Burckhardt)_
53
54
-[`a0ba090`](https://github.com/stdlib-js/stdlib/commit/a0ba090515dfdfe617e1179ddb7581db24fec44b) - **feat:** add `with` method to `array/fixed-endian-factory`[(#3291)](https://github.com/stdlib-js/stdlib/pull/3291)_(by Aayush Khanna, Philipp Burckhardt)_
@@ -82,7 +83,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
* Applies a provided callback function to each element of the array, in order, passing in the return value from the calculation on the preceding element and returning the accumulated result upon completion.
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the following element and returning the accumulated result upon completion.
0 commit comments