Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.35 KB

Changelog

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.

1.1.0 - 2022-12-16

Changed

  • Relax version requirements for dependencies (#39)

1.0.0 - 2021-10-20

Removed

  • Remove Filter from the crate's public interface (#13)

0.3.0 - 2021-10-19

Changed

  • Replace init function with a builder pattern (#11)

0.2.0 - 2021-10-04

Added

  • Include module name in log output (#7)

0.1.0 - 2021-09-25

Added

  • Implement simple logger that prints messages to the output console in Godot