Sha256: 40434c4ee4c5f54fd6930d32442ec6a3af6dc5098d030631de5e3875a3dd6317

Contents?: true

Size: 691 Bytes

Versions: 3

Compression:

Stored size: 691 Bytes

Contents

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

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## \[Unreleased\]

## [0.1.0.beta.1] 2022-10-21
### Added
  - Add `Logfmt::Logger` and `Logfmt::TaggedLogger`.
    The later is distributed as its own gem, `logfmt-tagged_logger`, but lives in this repo.

## [0.0.10] 2022-04-30
### Changed
  - Autoload the `Logfmt::Parser` when it's used, in preparation for the coming `Logfmt::Logger` and friends.
    Alternatively you can eager-load it into memory: `require "logfmt/parser"`.

### Added
  - This CHANGELOG file.

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
logfmt-tagged_logger-0.1.0.beta.2 CHANGELOG.md
logfmt-0.1.0.beta.2 CHANGELOG.md
logfmt-0.1.0.beta.1 CHANGELOG.md