From 9a6a815918835ee9b64e24ceeb4dbb19e106f248 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 23 Nov 2020 01:21:31 +0100 Subject: [PATCH] Add CHANGES --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..10c9c839 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,15 @@ +# Change Log + + +## Version 0.1.1 - 2020-11-23 + +- Test and fix Debian Buster and Ubuntu Focal builds + +- Migrate from `folly::StringPiece` to `std::string_view` + +- Documentation updates, list Debian/Ubuntu dependencies + + +## Version 0.1.0 - 2020-11-22 + +- Initial release