Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.04 KB

MULLVAD-CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.04 KB

Changelog

All notable changes are recorded here.

Format

The format is based on Keep a Changelog.

Entries should have the imperative form, just like commit messages. Start each entry with words like add, fix, increase, force etc.. Not added, fixed, increased, forced etc.

Line wrap the file at 100 chars. That is over here -> |

Categories each change fall into

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[Unreleased]

[0.1.2] - 2024-09-09

Changed

  • Bump golang to 1.21.
  • Bump maybenot to 1.1.3.

[0.1.1] - 2024-08-21

Fixed

  • Fix netstack tunnel leaking when closed.
  • Fix race when closing the DAITA event channel, which could result in events being sent on the closed channel.

[0.1.0] - 2024-07-25

Added

  • Initial DAITA release.