Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 780 Bytes

Change Log

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.

[Unreleased]

[1.0.0] 2020-01-27

Changed

  • 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]

Added

  • Optional support for using a DumbDelegator instance in a case statement. [12]

[0.8.1] 2020-01-25

Changed

  • Explicitly Require Ruby >= 1.9.3

Added

  • This CHANGELOG file.