Skip to content

Commit

Permalink
update changelog in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Feb 7, 2021
1 parent aacd21c commit a70e0c1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGELOG
=========

xyzspaces 0.5.0 (2021-02-01)
----------------------------

* **Features**

* Added functionality to ``clone`` Space. (`#93 <https://github.com/heremaps/xyz-spaces-python/pull/93>`_)
* Handle HTTP 429 responses with ``backoff`` package. (`#95 <https://github.com/heremaps/xyz-spaces-python/pull/95>`_)
* support the new ``force2D`` parameter for all the APIs used to read features. (`#96 <https://github.com/heremaps/xyz-spaces-python/pull/96>`_)
* Add support for new mode and vizSampling params in HubApi.get_space_tile. (`#101 <https://github.com/heremaps/xyz-spaces-python/pull/101>`_)

* **Documentation**

* Start collecting/documenting architecture decision records (ADRs). (`#90 <https://github.com/heremaps/xyz-spaces-python/pull/90>`_)
* Add support for executable code in Sphinx documentation. (`#99 <https://github.com/heremaps/xyz-spaces-python/pull/99>`_)

* **Misc**

* Migrated CI from Travis to GitHub Actions. (`#111 <https://github.com/heremaps/xyz-spaces-python/pull/111>`_)

xyzspaces 0.4.0 (2020-09-18)
----------------------------

Expand Down

0 comments on commit a70e0c1

Please sign in to comment.