CHANGELOG.md in multi_process-1.2.1 vs CHANGELOG.md in multi_process-1.3.0

- old
+ new

@@ -4,12 +4,20 @@ 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] +### Changed + +- Use unbundled environment for child processes to support nested bundler invokations by @tylerhunt (#10) + +### Fixed + +- Fix adding a process after the group has been started by @tylerhunt (#11) + ## [1.2.1] - 2024-01-11 -### Added +### Fixed - Remove dependency on ActiveSupport by @tylerhunt (#9) - Ruby 3.2 ## [1.2.0] - 2022-06-03