From 07d02560052c98a40da5f0638cf17d157129a4eb Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 31 Aug 2020 14:47:49 -0400 Subject: [PATCH] Travis / FreeBSD support --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 616cd4d9..c55c1fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.21 - TBD +Features + +- Alex Arslan modified the Travis script to add support for FreeBSD continuous integration. + 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.