Skip to content

Commit e1d841b

Browse files
committed
Add a changelog
1 parent ee18d86 commit e1d841b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# CHANGELOG
2+
3+
## 0.1.1
4+
5+
#### Fixes
6+
7+
- Fix a crash when getting the current time on iOS 9 ([#52](https://github.com/Kotlin/kotlinx-datetime/issues/52))
8+
- Wrong answers in some cases when adding date-based units to instants on Darwin and Windows ([#51](https://github.com/Kotlin/kotlinx-datetime/issues/51))
9+
10+
#### Features
11+
12+
- Zone-agnostic time-based arithmetic on Instants, e.g. `Instant.plus(value, DateTimeUnit.TimeBased)`
13+
- Add `Instant.fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int)` construction function
14+
- Introduce `minus` operations complementary to existing `plus` arithmetic operations ([#42](https://github.com/Kotlin/kotlinx-datetime/issues/42))
15+
16+
## 0.1.0
17+
18+
#### Initial implementation
19+
20+
A minimal, but still valuable multiplatform implementation of date and time types.

0 commit comments

Comments
 (0)