diff --git a/CHANGES.rst b/CHANGES.rst index 3b8989b1a..d78afb4b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ 1.5 (unreleased) ================ +- Added the ``source_value`` information to the output of ``describe()`` + in ``regtap``. [#492] + - Added convenience method DALResults.to_qtable() that returns an astropy.table.QTable object. [#384]