From 4ea302dd34f8693d5bbaf4928bc6a63a60013d05 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 20 Jul 2021 10:13:51 -0700 Subject: [PATCH] Add CHANGELOG with v0.18.0 notes #157 [ci skip] --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..96d955a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [v0.18.0](https://github.com/UAL-RE/ReQUIAM/tree/v0.18.0) (2021-07-20) + +**Implemented enhancements:** + - Add type hinting throughout codebase + [#156](https://github.com/UAL-RE/ReQUIAM/pull/156) + +**Closed issues:** + - Enhancement: Add type hinting to code base + [#123](https://github.com/UAL-RE/ReQUIAM/issues/123) + + +