-----
*Released on September 26th, 2019*
- Add ``Text`` field. (`110`_, `116`_)
- Support annotations for specifying fields. (`99`_, `115`_)
- Add ``OrderedDict`` field. (`114`_)
- Add ``Set`` field. (`113`_)
- Fix contained ``Optional`` field. (`112`_)
.. _112: https://github.com/rossmacarthur/serde/pull/112
.. _113: https://github.com/rossmacarthur/serde/pull/113
.. _114: https://github.com/rossmacarthur/serde/pull/114
.. _115: https://github.com/rossmacarthur/serde/pull/115
.. _116: https://github.com/rossmacarthur/serde/pull/116
.. _99: https://github.com/rossmacarthur/serde/issues/99
.. _110: https://github.com/rossmacarthur/serde/issues/110