CHANGELOG.md in alba-2.4.3 vs CHANGELOG.md in alba-3.0.0

- old
+ new

@@ -4,20 +4,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [2.4.3] 2024-10-31 +## [3.0.0] 2023-10-11 -### Fixed +### Added -- Resource method is those explicitly defined only [27996a04598c57943e184ee34224a2cee9bf2e9d] +- Custom type [#333](https://github.com/okuramasafumi/alba/pull/333) -## [2.4.2] 2023-10-11 +### Changed +- Prefer resource method [#323](https://github.com/okuramasafumi/alba/pull/323) + ### Fixed -- Multithread bug +- Multithread bug [No PR](https://github.com/okuramasafumi/alba/commit/d20ed9efbf2f99827c12b8a07308e2f5aea6ab6d) + - This is a critical bug that can cause data corruption. + +### Removed + +- Drop support for Ruby 2 series [No PR](https://github.com/okuramasafumi/alba/commit/20be222555bde69c31fa9cbe4408b3f638cd7580) ## [2.4.1] 2023-08-02 #### Fixed