Skip to content

Commit

Permalink
Version 3.0.0 release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
r authored and r committed Jan 26, 2023
1 parent a4acd91 commit 737bf59
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
Changes
=======

3.0.0 (2022-01-26)
------------------

- Support for Python versions 3.7-3.11 (Python 2 no longer supported)

- Primary development branch renamed from `master` to `main`

- Handle all real numbers as coordinates

- https://github.com/jazzband/geojson/pull/188

- Default precision improvements

- https://github.com/jazzband/geojson/pull/177

- CI improvements

- https://github.com/jazzband/geojson/pull/172
- https://github.com/jazzband/geojson/pull/155

- utf-8 support added to `geojson.dumps()`

- https://github.com/jazzband/geojson/pull/165

- Polygons now constrained to bounding box

- https://github.com/jazzband/geojson/pull/147

- Better GeometryCollection handling in `util.coords()`

- https://github.com/jazzband/geojson/pull/146

- Improved point validation

- https://github.com/jazzband/geojson/pull/144

2.5.0 (2019-07-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion geojson/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.5.0"
__version__ = "3.0.0"
__version_info__ = tuple(map(int, __version__.split(".")))

0 comments on commit 737bf59

Please sign in to comment.