==================
.. note::
The ASDF Standard is at v1.3.0
- Define the ``in`` operator for top-level ``AsdfFile`` objects. [`623 <https://github.com/asdf-format/asdf/issues/623>`_]
- Overhaul packaging infrastructure. Remove use of ``astropy_helpers``. [`670 <https://github.com/asdf-format/asdf/issues/670>`_]
- Automatically register schema tester plugin. Do not enable schema tests by
default. Add configuration setting and command line option to enable schema
tests. [`676 <https://github.com/asdf-format/asdf/issues/676>`_]
- Enable handling of subclasses of known custom types by using decorators for
convenience. [`563 <https://github.com/asdf-format/asdf/issues/563>`_]
- Add support for jsonschema 3.x. [`684 <https://github.com/asdf-format/asdf/issues/684>`_]
- Fix bug in ``NDArrayType.__len__``. It must be a method, not a
property. [`673 <https://github.com/asdf-format/asdf/issues/673>`_]