From aafc51162b549fb99de8f90a1b0879e4a016775e Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 25 Jun 2019 08:20:13 -0300 Subject: [PATCH] update changelog --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f0981810..a24f8c6d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,11 @@ # Changelog +## 0.5.0 + +- Do not check server URL when creating the object. + This allows servers that return 404 when the + endpoint does not have any requests. + ## 0.4.0 - Allow for multiple `csv`s responses in `.to_pandas`.