encode_utils
Bug Fixes:
-The last release introduced the (non-recommended) feature to not include the 'aliases' property when doing a POST. There was a bug in that sometimes when you did in fact provide aliases, Connection.post()
still though you didn't.
New Features:
-New method Connection.remove_properties()
. See example at
http://encode-utils.readthedocs.io/en/latest/examples.html#removing-properties-from-a-record.