CHANGELOG.md in lotus-utils-0.5.2 vs CHANGELOG.md in lotus-utils-0.6.0
- old
+ new
@@ -1,7 +1,23 @@
# Lotus::Utils
Ruby core extentions and class utilities for Lotus
+## v0.6.0 - 2016-01-12
+### Added
+- [Luca Guidi] Official support for Ruby 2.3
+- [Luca Guidi] Custom inflections
+- [Luca Guidi] Introduced `Lotus::Utils::Duplicable` as a safe dup logic for Ruby types
+- [Luca Guidi] Added `Lotus::Utils::String#rsub` replace rightmost occurrence
+
+### Fixed
+- [Luca Guidi] Fix `Lotus::Utils::PathPrefix#join` and `#relative_join` by rejecting arguments that are equal to the separator
+- [Karim Kiatlottiavi] Fix `Encoding::UndefinedConversionError` in `Lotus::Utils::Escape.encode`
+
+### Changed
+- [Luca Guidi] Deprecate Ruby 2.0 and 2.1
+- [Luca Guidi] Removed `Lotus::Utils::Callbacks#add` in favor of `#append`
+- [Luca Guidi] Removed pattern support for `Utils::Class.load!` (eg. `Articles(Controller|::Controller)`)
+
## v0.5.2 - 2015-09-30
### Added
- [Luca Guidi] Added `Lotus::Utils::String#capitalize`
- [Trung LĂȘ] Official support for JRuby 9k+