Issue #402 - Document recent changes

This commit is contained in:
Justin Ethier 2020-08-17 18:17:30 -04:00
parent 36b9489507
commit be41a77df9

View file

@ -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