From be41a77df9a63c2e8100ca0fcf1d6c88495bfa0e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 17 Aug 2020 18:17:30 -0400 Subject: [PATCH] Issue #402 - Document recent changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffae8edf..24d3a44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.21 - TBD + +Bug Fixes + +- Add type checking to record type accessor functions. We now raise an error if the passed object is of the wrong record type. + ## 0.20 - August 14, 2020 Features