File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes are documented in this file. The format follows [Keep a Chan
44
55## [ Unreleased]
66
7+ ## [ 1.2.0] - 2025-03-20
8+
9+ ### Added
10+
11+ - Support for Wasm - thanks @zsmb13 !
12+
713## [ 1.1.1] - 2024-07-16
814
915### Fixed
@@ -31,7 +37,7 @@ All notable changes are documented in this file. The format follows [Keep a Chan
3137### Added
3238
3339- Support for macOS ARM 64-bit
34- - Support for targeting Apple simulators on macOS ARM 64-bit
40+ - Support for targeting Apple simulators on macOS ARM 64-bit
3541
3642## [ 1.0.3] - 2021-07-22
3743
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kotlin {
4444 sourceSets {
4545 val commonMain by getting {
4646 dependencies {
47- implementation(" com.doist.x:normalize:1.1.1 " )
47+ implementation(" com.doist.x:normalize:1.2.0 " )
4848 }
4949 }
5050 }
You can’t perform that action at this time.
0 commit comments