- The `gcn.listen` method can now cycle through a list of remote hosts when re-establishing the connection to GCN. [Varun Bhalerao, Aaron Jones]
- Add new notice types: `AGILE_MCAL_ALERT`, `GWHEN_COINC`. [Leo Singer]
0.1.20
- Add new notice types: `HAWC_BURST_MONITOR`, `ICECUBE_ASTROTRACK_GOLD`, and `ICECUBE_ASTROTRACK_BRONZE`. [Vladimir Savchenko]
0.1.19
- Add the `LVC_RETRACTION` notice type. [Leo Singer]
0.1.18
- Add `{http://telescope-networks.org/xml/Transport/v1.1}Transport` and `{http://telescope-networks.org/schema/Transport/v1.1}Transport` as recognized VOEvent Transport Protocol namespaces to support the 4pisky and comet brokers. [reported by Martin Dyer]
0.1.17
- Add missing dependency on six. [Leo Singer]
- Fix handling of payload command line arguments for pygcn-server. Thanks go out to WeiKang Zheng of UC Berkeley for reporting this. [Leo Singer]
0.1.16
- Add `functools.wraps()` to handler decorators so that the original function docstrings are preserved. [Leo Singer]