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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
> Package changelog.
4
4
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-09-17)
8
+
9
+
<sectionclass="commits">
10
+
11
+
### Commits
12
+
13
+
<details>
14
+
15
+
-[`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
16
+
17
+
</details>
18
+
19
+
</section>
20
+
21
+
<!-- /.commits -->
22
+
23
+
<sectionclass="contributors">
24
+
25
+
### Contributors
26
+
27
+
A total of 1 person contributed to this release. Thank you to this contributor:
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ var sargs2multislice = require( '@stdlib/slice-base-sargs2multislice' );
77
77
78
78
#### sargs2multislice( str )
79
79
80
-
Create a [`MultiSlice`][@stdlib/slice/multi] object from a comma-separated list of string-serialized [`MultiSlice`][@stdlib/slice/multi] constructor arguments.
80
+
Creates a [`MultiSlice`][@stdlib/slice/multi] object from a comma-separated list of string-serialized [`MultiSlice`][@stdlib/slice/multi] constructor arguments.
0 commit comments