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
+2-1Lines changed: 2 additions & 1 deletion
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-09-29)
7
+
## Unreleased (2024-12-08)
8
8
9
9
<sectionclass="features">
10
10
@@ -22,6 +22,7 @@
22
22
23
23
<details>
24
24
25
+
-[`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)_
25
26
-[`006e24c`](https://github.com/stdlib-js/stdlib/commit/006e24cbe344a32a48d883dfa9991e7a381a0b98) - **chore:** update package meta data [(#2964)](https://github.com/stdlib-js/stdlib/pull/2964)_(by stdlib-bot)_
26
27
-[`bffda37`](https://github.com/stdlib-js/stdlib/commit/bffda37bf1104bc6e62776ee811c76873edf5461) - **refactor:** use `array/little-endian-factory`_(by Athan Reines)_
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,14 @@ logEach( '%s', out );
450
450
451
451
<sectionclass="related">
452
452
453
+
* * *
454
+
455
+
## See Also
456
+
457
+
- <spanclass="package-name">[`@stdlib/array-fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><spanclass="delimiter">: </span><spanclass="description">Float64Array having a specified byte order.</span>
0 commit comments