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
+12-1Lines changed: 12 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 (2025-05-19)
7
+
## Unreleased (2025-06-21)
8
8
9
9
<sectionclass="features">
10
10
@@ -29,6 +29,16 @@
29
29
30
30
<!-- /.features -->
31
31
32
+
<sectionclass="bug-fixes">
33
+
34
+
### Bug Fixes
35
+
36
+
-[`4252199`](https://github.com/stdlib-js/stdlib/commit/42521999bf5751baf748fb1e9528c9c4b31a9116) - ensure byte offset is a multiple of data type byte length
37
+
38
+
</section>
39
+
40
+
<!-- /.bug-fixes -->
41
+
32
42
<sectionclass="issues">
33
43
34
44
### Closed Issues
@@ -47,6 +57,7 @@ A total of 12 issues were closed in this release:
47
57
48
58
<details>
49
59
60
+
-[`4252199`](https://github.com/stdlib-js/stdlib/commit/42521999bf5751baf748fb1e9528c9c4b31a9116) - **fix:** ensure byte offset is a multiple of data type byte length _(by Athan Reines)_
50
61
-[`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
51
62
-[`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)_
52
63
-[`3c1789f`](https://github.com/stdlib-js/stdlib/commit/3c1789fdfe3ae56635ddf84fb5dfe229237794fa) - **docs:** add missing private annotations and decimals _(by Philipp Burckhardt)_
thrownewRangeError(format('invalid argument. ArrayBuffer byte length must be a multiple of %u. Byte length: `%u`.',BYTES_PER_ELEMENT,buf.byteLength));
285
+
}
281
286
}elseif(isObject(arg)){
282
287
if(HAS_ITERATOR_SYMBOL===false){
283
288
thrownewTypeError(format('invalid argument. Environment lacks Symbol.iterator support. Must provide a length, ArrayBuffer, typed array, or array-like object. Value: `%s`.',arg));
0 commit comments