From b2f8d17fac45e9fa3d631fb9c99f577ed07bf85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lamarque?= Date: Wed, 21 Feb 2024 19:34:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20issue=20#347=20in=20unrele?= =?UTF-8?q?ased=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a1ccb37..f922661d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,14 +24,17 @@ All notable changes to this project will be documented in this file. - Support the macOS arm64 platform with Kotlin Native (issue [#414](https://github.com/kotools/types/issues/414)). -- `create(Any?)` and `createOrNull(Any?)` **experimental** factory functions in - `NotBlankString.Companion` (issue - [#341](https://github.com/kotools/types/issues/341)). +- The following **experimental** factory functions: + - `create(Any?)` and `createOrNull(Any?)` in `NotBlankString.Companion` (issue + [#341](https://github.com/kotools/types/issues/341)) + - `create(Number)` and `createOrNull(Number)` in + `StrictlyPositiveInt.Companion` (issue + [#342](https://github.com/kotools/types/issues/342)) + - `create(Number)` and `createOrNull(Number)` in + `StrictlyNegativeInt.Companion` (issue + [#347](https://github.com/kotools/types/issues/347)) - Documentation of dependency compatibility (issue [#288](https://github.com/kotools/types/issues/288)). -- `create(Number)` and `createOrNull(Number)` **experimental** factory functions - in `StrictlyPositiveInt.Companion` type (issue - [#342](https://github.com/kotools/types/issues/342)). ### Changed