Skip to content

Commit d431ff0

Browse files
committed
Update changelog
1 parent 2da4aad commit d431ff0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- `toDateFromClockTime`, `closestTo`, `closestIndexTo` functions
13+
14+
### Fixed
15+
16+
- Fix a broken type definition.
17+
818
## 0.1.1 (2024-02-12)
919

10-
# Fixed
20+
### Fixed
1121

1222
- Fix a bug that some functions are not exported from the package.
1323

1424
## 0.1.0 (2024-02-12)
1525

16-
# Added
26+
### Added
1727

1828
- `earliest`, `latest`, `isAfter`, `isBefore`, `compareAsc`, `compareDesc` functions
1929
- `isEqual`, `longest`, `shortest` functions in `vremel/duration`

0 commit comments

Comments
 (0)