=========================================
* **ENHANCEMENT:** Added `User-Agent` and `Referer` support to the `ExportServer` class to accommodate
new security measures on Highsoft's public Export Server instance.
* **BUGFIX:** Adjusted handling of NumPy `datetime64` values to serialize them to Unix epoch-based milliseconds,
rather than the default nanoseconds (closes 204).
* **DOCS:** Added examples of adjusting `datetime64` values to epoch-based milliseconds (courtesy of ThomasGL).
----