docs/CHANGELOG.md in ruby_smart-support-1.4.0 vs docs/CHANGELOG.md in ruby_smart-support-1.5.0

- old
+ new

@@ -1,6 +1,10 @@ # RubySmart::Support - CHANGELOG +## [1.5.0] - 2024-07-03 +* **[add]** `RubySmart::Support::ThreadInfo.debugger?`-detection to determinate if a **Debugger** gem is active +* **[fix]** `String#to_boolean`-method to detect false-values (which makes all other values become true - similar to `::ActiveRecord::Type::Boolean`) + ## [1.4.0] - 2023-10-19 * **[ref]** `RubySmart::Support::ThreadInfo.sidekiq?`-detection to determinate if the current thread is a sidekiq process ## [1.3.0] - 2023-08-08 * **[add]** `Enumerator.from_hash` to easily resolve values from Array-of-Hashes (use: ary.map.from_hash(key))