Fixed - Corrected character when adding parameters in endpoint `api.notes.get_bbox()` (from `?` to `&`). - Fixed the `limit` parameter restrictions in `api.notes.get_bbox()` documentation.
1.1.0
Added - `limit` parameter for `api.changeset.get_query()` endpoint.
Fixed - Corrected character when adding parameters in endpoint `api.changeset.get_query()` (from `;` to `&`).
1.0.2
Fixed - Auth problems in API when using characters unsupported by latin-1 codec.
1.0.1
Fixed - `api.notes.create()` created only anonymous notes.
1.0.0
Added - `to_xml()` method in `OsmChange`. - `upload()` method in `changeset` `endpoint` has new optional arguments. - Test for `to_xml()` method in `OsmChange`. - ` pragma: no cover` for unexpected api errors (Those that are not in the specification on the wiki).
Changed - Private `_to_xml()` method in `OsmChange` is now static.
0.4.2
Changed - Order of elements in xml generated by `Way._to_xml()`. First tags, then nodes.
Fixed - `Relation._to_xml()` was returning an xml without osm tags. - Deleted disused variable in `Node._to_xml()`. - Fixed incorrect relation parsing of data recived by `full` endpoint.