Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 931 Bytes

Changelog.md

File metadata and controls

40 lines (24 loc) · 931 Bytes

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.

[Unreleased]

Added

(nothing)

Changed

  • Make .tar.gz release tarballs reproducible by zero'ing the time stamp

Removed

(nothing)

0.1.1 - 2020-08-23

Changed

  • Fixed undefined behavior in tdelete (#10)

0.1.0 - 2020-07-22

Added

  • Initial import based on gist at github (https://gist.github.com/kulp/3971591)
  • Add CMake build system
  • Add initial unit tests using Boost.Test
  • Use conan (conan.io) optionally for providing dependencies
  • Fix MSVC compile warnings about /W4 overriding /W3