Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 914 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

[Unreleased]

[0.15.1] 2020-07-30

Fixed

  • Fix Ruby 2.7 Proc.new warning (#10)

[0.15.0] 2020-05-15

Added

  • Allow outputting of true/false/nil values via a config option. (#9)

[0.14.0] 2020-04-16

Added

  • CHANGELOG.md

Changed

  • Officially only support Ruby 2.5+; all older Rubies are EoL'd.

Fixed

  • Fix Ruby 2.7 proc warning
  • Fix Ruby 2.7 last argument as keyword params warning

[0.13.0] 2019-05-11

Changed

  • Total re-write to fix memory leaks in L2meter::ThreadSafe proxy object. See: #6