Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 867 Bytes

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 867 Bytes

Change Log

[1.2.0] - 24-07-2023

  • Re-added copy constructors with correct initializers (closes #29)

[1.1.0] - 20-07-2023

  • Change C++ dependency to C++14
  • Using std::array instead of raw array
  • C bindings (special shout out to spotzai for PR)

[1.0.6] - 24-11-2018

  • Updated license

[1.0.5] - 30-01-2018

  • Include missing sstream in base header

[1.0.4] - 10-01-2018

Updates

  • Use helper code to prevent duplication in BaseLicenseManager
  • BaseLicenseManager is now non-copyable

[1.0.3] - 10-01-2018

Fixes

  • Fix date format across different timezones

[1.0.2] - 09-01-2018

Updates

  • Removed unnecessary zlib dependency
  • Static linking support

[1.0.1] - 09-01-2018

Updates

  • Docs update
  • Fix formatted expiry function for license

[1.0.0] - 09-01-2018

Added

  • Initial release