All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Require Ruby >= 2.4. We may still work with older Rubies, but no promises.
- Basic introspection support for a DumbDelegator instance:
#inspect
,#method
, and#methods
. [13]
- Optional support for using a DumbDelegator instance in a
case
statement. [12]
- Explicitly Require Ruby >= 1.9.3
- This CHANGELOG file.