From 4fffb37656ac1dcc3271be5f4e95713c9d7af288 Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Wed, 11 Oct 2017 22:24:38 +0200 Subject: [PATCH] Add XmlResponseInvalidError to CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a6674..85ff131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project follows [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +### Added +- Raise new `XmlResponseInvalidError` if XML response from the OpenStreetMap API is invalid + ### Changed - Improved README (thanks [Mateusz Konieczny](https://github.com/matkoniecz))