diff --git a/CHANGES.rst b/CHANGES.rst index bc75dac8946..0b395772d92 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,82 @@ +2.0.14 (unreleased) +=================== + +Bug Fixes +--------- + +astropy.config +^^^^^^^^^^^^^^ + +astropy.constants +^^^^^^^^^^^^^^^^^ + +astropy.convolution +^^^^^^^^^^^^^^^^^^^ + +astropy.coordinates +^^^^^^^^^^^^^^^^^^^ + +astropy.cosmology +^^^^^^^^^^^^^^^^^ + +astropy.extern +^^^^^^^^^^^^^^ + +astropy.io.ascii +^^^^^^^^^^^^^^^^ + +astropy.io.fits +^^^^^^^^^^^^^^^ + +astropy.io.misc +^^^^^^^^^^^^^^^ + +astropy.io.registry +^^^^^^^^^^^^^^^^^^^ + +astropy.io.votable +^^^^^^^^^^^^^^^^^^ + +astropy.modeling +^^^^^^^^^^^^^^^^ + +astropy.nddata +^^^^^^^^^^^^^^ + +astropy.stats +^^^^^^^^^^^^^ + +astropy.table +^^^^^^^^^^^^^ + +astropy.tests +^^^^^^^^^^^^^ + +astropy.time +^^^^^^^^^^^^ + +astropy.units +^^^^^^^^^^^^^ + +astropy.utils +^^^^^^^^^^^^^ + +astropy.visualization +^^^^^^^^^^^^^^^^^^^^^ + +astropy.vo +^^^^^^^^^^ + +astropy.wcs +^^^^^^^^^^^ + + +Other Changes and Additions +--------------------------- + + + + 2.0.13 (2019-06-08) ===================