Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Apr 10, 2021
1 parent 527a173 commit 6afb62d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog_2xx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Code Improvements
- Changed default exception type for HTTP code 408: now it is raised as
:class:`.exc.GeocoderTimedOut` instead of a more
generic :class:`.exc.GeocoderServiceError`. (:issue:`479`)
- :mod:`geopy.exc`: extend more specific built-in exceptions where appropriate:
classes :class:`.ConfigurationError`, :class:`.GeocoderQueryError`,
:class:`.GeocoderNotFound` now extend :class:`ValueError`;
:class:`.GeocoderRateLimited` and :class:`.GeocoderUnavailable`
extend :class:`IOError`;
:class:`.GeocoderTimedOut` extends :class:`TimeoutError`. (:issue:`484`)

Docs Improvements
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 6afb62d

Please sign in to comment.