Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.21 KB

File metadata and controls

39 lines (28 loc) · 1.21 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.

Changed

  • Updated license to reflect current year (2025)

Fixed

  • Fix writer failure not being returned from Patch methods.
  • Remove all usages of the now deprecated io/ioutil package.

1.0.2 - 2025-02-27

Changed

  • Update kingpin v2 import path.

Security

1.0.1 - 2022-07-11

Changed

  • Code is now properly licensed under 2-clause BSD license. #7
  • Updated github.com/dsnet/compress to 0.0.1.

1.0.0 - 2018-11-30

Added

  • Add bsdiff diffing and patching functionality.