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`.