From aa8fadd37cff2583267d0ba6a331b1a7482b0ae6 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 8 May 2019 10:01:57 -0700 Subject: [PATCH] Added changelog. --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d61267d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log + +## [1.0.4](https://github.com/ethauvin/HttpStatus/tree/1.0.4) (2019-05-08) +[Full Changelog](https://github.com/ethauvin/HttpStatus/compare/1.0.3...1.0.4) + +**Implemented enhancements:** + +- Implement all INA HTTP status codes [\#1](https://github.com/ethauvin/HttpStatus/issues/1) + +**Fixed bugs:** + +- hs:reason always outputs the default value. [\#2](https://github.com/ethauvin/HttpStatus/issues/2) + +## [1.0.3](https://github.com/ethauvin/HttpStatus/tree/1.0.3) (2016-01-22) +[Full Changelog](https://github.com/ethauvin/HttpStatus/compare/1.0.2...1.0.3) + +## [1.0.2](https://github.com/ethauvin/HttpStatus/tree/1.0.2) (2016-01-21) +[Full Changelog](https://github.com/ethauvin/HttpStatus/compare/1.0.1...1.0.2) + +## [1.0.1](https://github.com/ethauvin/HttpStatus/tree/1.0.1) (2015-12-16) +[Full Changelog](https://github.com/ethauvin/HttpStatus/compare/1.0...1.0.1) + +## [1.0](https://github.com/ethauvin/HttpStatus/tree/1.0) (2015-12-04) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file