* [Fix](https://github.com/segmentio/analytics-python/issues/94): Date objects are removed from event properties. * [Fix](https://github.com/segmentio/analytics-python/pull/98): Fix for regression introduced in version 1.2.4.
1.2.7
==================
* [Fix](https://github.com/segmentio/analytics-python/pull/92): Correctly serialize date objects.
1.2.6
==================
* dont add messages to the queue if send is false * drop py32 support
1.2.5
==================
* Fix outdated python-dateutil<2 requirement for python2 - dateutil > 2.1 runs is python2 compatible * Fix a bug introduced in 1.2.4 where we could try to join a thread that was not yet started
1.2.4
==================
* Fix race conditions in overflow and flush tests * Join daemon thread on interpreter exit to prevent value errors * Capitalize HISTORY.md (76) * Quick fix for Decimal to send as a float