Skip to content

Commit 48086d3

Browse files
committed
Update changelog
1 parent b292468 commit 48086d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7+
## [3.0.1] - 2024-03-07
8+
### Fixed
9+
- Ensure we only pass in array data to our `merge_settings` method (props [@dkotter](https://github.com/dkotter), [@ajaxthemestudios](https://github.com/ajaxthemestudios), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#733](https://github.com/10up/classifai/pull/733)).
10+
- Handle scenario where non-array data is passed into our descriptive text generator feature (props [@dkotter](https://github.com/dkotter), [@ajaxthemestudios](https://github.com/ajaxthemestudios), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#733](https://github.com/10up/classifai/pull/733)).
11+
- Address a fatal error that occurs if `composer install` hasn't been run (props [@dkotter](https://github.com/dkotter), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#740](https://github.com/10up/classifai/pull/740)).
12+
- Ensure we properly account for `null` values when merging our saved settings with our default settings (props [@dkotter](https://github.com/dkotter), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#741](https://github.com/10up/classifai/pull/741)).
13+
714
## [3.0.0] - 2024-02-29
815
**Note that this is a major release of ClassifAI that restructures most of the codebase and will have some breaking changes. If you're extending ClassifAI in any way, please ensure you fully test those integrations prior to running this update on production. For more details on what is changing, see the [migration guide](https://10up.github.io/classifai/tutorial-migration-guide-v2-to-v3.html).**
916

@@ -544,6 +551,7 @@ All notable changes to this project will be documented in this file, per [the Ke
544551
- Initial closed source release
545552

546553
[Unreleased]: https://github.com/10up/classifai/compare/trunk...develop
554+
[3.0.1]: https://github.com/10up/classifai/compare/3.0.0...3.0.1
547555
[3.0.0]: https://github.com/10up/classifai/compare/2.5.1...3.0.0
548556
[2.5.1]: https://github.com/10up/classifai/compare/2.5.0...2.5.1
549557
[2.5.0]: https://github.com/10up/classifai/compare/2.4.0...2.5.0

0 commit comments

Comments
 (0)