From 8999834fe3fd179521403dcd09c6335404841f8d Mon Sep 17 00:00:00 2001 From: Abdu Zoghbi Date: Mon, 16 Oct 2023 15:40:00 -0400 Subject: [PATCH] add utils.download to CHANGES.rst --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3b8989b1a..c6b28c7c3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -30,6 +30,9 @@ - Output of ``repr`` for DALResults instance now clearly shows it is a DALResultsTable and not a generic astropy Table. [#478] +- Add ``utils.http_download`` and ``utils.aws_download`` for downling data + files from on-prem servers and the aws cloud. + 1.4.3 (unreleased) ==================