From 8b59f5241f007348a16b9e3ee8d597c6492acb48 Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Sat, 8 Jun 2019 17:24:39 -0700 Subject: [PATCH] Add v2.0.14 to the changelog --- CHANGES.rst | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) 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) ===================