Skip to content

Commit e409aa4

Browse files
committed
Release v0.99.73
1 parent aad4bae commit e409aa4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semant
1010
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
1111
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1212

13+
## [v0.99.73] - 2025-01-28
14+
15+
### Changed
16+
17+
#### `Utility`
18+
19+
- Rename `Arr::isIndexed()` to `hasNumericKeys()`
20+
- Make `Date::immutable()` argument optional
21+
- In `Str::expandTabs()` and `expandLeadingTabs()`, add support for strings with two or more different end-of-line sequences
22+
- In `Str::expandLeadingTabs()`, add support for an arbitrary combination of tabs and spaces at the start of each line
23+
1324
## [v0.99.72] - 2025-01-27
1425

1526
### Added
@@ -4417,6 +4428,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
44174428

44184429
- Allow `CliOption` value names to contain arbitrary characters
44194430

4431+
[v0.99.73]: https://github.com/salient-labs/toolkit/compare/v0.99.72...v0.99.73
44204432
[v0.99.72]: https://github.com/salient-labs/toolkit/compare/v0.99.71...v0.99.72
44214433
[v0.99.71]: https://github.com/salient-labs/toolkit/compare/v0.99.70...v0.99.71
44224434
[v0.99.70]: https://github.com/salient-labs/toolkit/compare/v0.99.69...v0.99.70

0 commit comments

Comments
 (0)