Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 951 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.

  • None

[v0.5.0] - 2024-04-26

Changed

  • [breaking] The menu Context is now borrowed during I/O input processing to support borrowed data
  • [breaking] The pub context item on the runner was updated to pub interface

v0.4.0 - 2023-09-16

Note: Changes before this version were not tracked via the CHANGELOG

Changed

  • Changed the struct Runner to own the struct Menu instead of borrowing it

Added

  • Made struct Menu implement Clone
  • Add the possibility to disable local echo (via echo feature, enabled by default)