Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 945 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.3.0] - 2023-08-14

Changed

  • target framework to .NET 6.0

[1.2.0] - 2022-06-03

Changed

  • target framework to .NET 5.0

[1.1.0] - 2018-10-12

Changed

  • set framework target to .NETStandard 2.0

Fixed

  • fixed issue #2 (#2)

[1.0.2] - 2016-04-24

Changed

  • set versions to the derived HPACK-implementation version from twitter (https://github.com/twitter/hpack).
  • updated NUnit-tests to version 3.2.1.
  • changed explicit type declaration to implicit type declaration with "var".
  • this version is mostly a cosmetic release.

[0.2] - 2015-08-11

Added

  • improved documentation.
  • this version should be feature complete.

Fixed

  • added missing Encoder-methods.

[0.1] - 2015-08-02

Added

  • initial commit