CHANGELOG.md in rake-commander-0.2.3 vs CHANGELOG.md in rake-commander-0.2.4

- old
+ new

@@ -30,22 +30,26 @@ ## DISCARDED IMPROVENTS - Option to globally enable/disable the 2nd patch? * That would make this gem completely useless. -## [0.2.4] - 2023-04-xx +## [0.2.5] - 2023-04-xx ### Added ### Fixed ### Changed +## [0.2.4] - 2023-04-30 + +### Added + - `RakeCommander::Options` + - `::option_get` retrieves an option by name or short, may it exist. + - `::option?` to check if an opion exists. + ## [0.2.3] - 2023-04-29 ### Added - Include Symbol option names in the parsed option results. - -### Fixed -### Changed ## [0.2.2] - 2023-04-29 ### Fixed - Typo in `RakeCommander::Base::ClassAutoLoader`