Travis / FreeBSD support

This commit is contained in:
Justin Ethier 2020-08-31 14:47:49 -04:00
parent 1ad9280ca4
commit 07d0256005

View file

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