Skip to content

Commit

Permalink
Fix changelog links format
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Mar 16, 2021
1 parent b6d07a7 commit f7dd31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Changes

- Added new experimental API class (in the `mygeotab.ext` module) for more intuitive ways of using results from `client.get()` like `get_dataframe()` to easily get a Pandas DataFrame from the result set.
- Adds support for using with proxies `#327 <https://github.com/Geotab/mygeotab-python/pull/327>`__.
- Calling `authenticate()` on an API instance more than once no longer results in an error `#328 https://github.com/Geotab/mygeotab-python/issues/328`__.
- Calling `authenticate()` on an API instance more than once no longer results in an error `#328 <https://github.com/Geotab/mygeotab-python/issues/328>`__.

**Bug Fixes**

- Handle `ConnectionError` as errors in feed extension rather than crashing `#130 https://github.com/Geotab/mygeotab-python/issues/130`__.
- Handle `ConnectionError` as errors in feed extension rather than crashing `#130 <https://github.com/Geotab/mygeotab-python/issues/130>`__.
- Remove extraneous "search" parameter from `API.get()`.


Expand Down

0 comments on commit f7dd31d

Please sign in to comment.