Skip to content

Commit

Permalink
πŸ“ Add issue #347 in unreleased changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Feb 21, 2024
1 parent fceffbc commit b2f8d17
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2f8d17

Please sign in to comment.