From 01c9256ba92fc4ebfd2d2df7d8763939de82e089 Mon Sep 17 00:00:00 2001 From: Marco van 't Wout Date: Wed, 12 Apr 2017 09:44:09 +0200 Subject: [PATCH] Create CHANGELOG.md First stab at a changelog. I did not consider documentation changes notable. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cbb892 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# ChangeLog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/). + +## [Unreleased] +... + +## [1.8.4.2] - 2017-03-29 +### Added +- Add feature to return only non-expired entries (#304 @schrauger) + +### Fixed +- Fixed exception System.ArgumentOutOfRangeException: Index was out of range (#273 @VladimirSerykh) + +## [1.8.4.1] - 2016-03-22 +### Added +- Make the limitation that only advanced string fields starting with "KPH: " are returned optional (#232 @berrnd) +- Ability to change listener host (#217 @frankhommers) + +## [1.8.4.0 and earlier releases] +See: https://github.com/pfn/keepasshttp/commits/master