diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d69a6c..0e7b7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] + +### Changed + +- `BufferedThreadsafe` now properly passes through explicit random state +- `ScaleKeepAspect` no longer sometimes produces a black border +- *fix* `Sequence |> Sequence` now has a method +- `ToTensor` now works on different color types and N-dimensional arrays +- `MaskMulti` now has a constructor for `IndirectArray`s + ## [0.1.5] - 2021-04-17 ### Added diff --git a/Project.toml b/Project.toml index dc7ac19..132e2c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataAugmentation" uuid = "88a5189c-e7ff-4f85-ac6b-e6158070f02e" authors = ["lorenzoh "] -version = "0.2.3" +version = "0.2.4" [deps] ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b"