diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-01 09:38:18 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-09-01 09:38:18 +0200 |
| commit | 7dcd6702c632d40203c1082b82ee31ca950decbf (patch) | |
| tree | 8434ac1db95995b9ce34c648706d4f34a20f853f /docs | |
| parent | 6f7920d3cf9d3efbe213d9c78a60cc165dfd92f4 (diff) | |
| download | PROJ-7dcd6702c632d40203c1082b82ee31ca950decbf.tar.gz PROJ-7dcd6702c632d40203c1082b82ee31ca950decbf.zip | |
Add release notes for 6.2.0 to website
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/news.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst index aafe35d4..2a6e8e47 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -2,6 +2,40 @@ News ############################################################################### + +6.2.0 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*September 1st 2019* + +Updates +------- + + * Introduced PROJJSON, a JSON encoding of WKT2 (`#1547 <https://github.com/OSGeo/PROJ/issues/15475>`_) + * Support CRS instantiation of OGC URN's (`#1505 <https://github.com/OSGeo/PROJ/issues/1505>`_) + + * Expose scope and remarks of database objects (`#1537 <https://github.com/OSGeo/PROJ/issues/1537>`_) + + * EPSG Database updated to version 9.7.0 (`#1558 <https://github.com/OSGeo/PROJ/issues/1558>`_) + + * Added C API function proj_grid_get_info_from_database() (`#1494 <https://github.com/OSGeo/PROJ/issues/1494>`_) + + * Added C API function + proj_operation_factory_context_set_discard_superseded() (`#1534 <https://github.com/OSGeo/PROJ/issues/1534>`_) + + * Added C API function proj_context_set_autoclose_database() (`#1566 <https://github.com/OSGeo/PROJ/issues/1566>`_) + + * Added C API function proj_create_crs_to_crs_from_pj() (`#1567 <https://github.com/OSGeo/PROJ/issues/1567>`_) + + * Added C API function proj_cleanup() (`#1569 <https://github.com/OSGeo/PROJ/issues/1569>`_) + + + +Bug Fixes +--------- + + * Fixed build failure on Solaris systems (`#1554 <https://github.com/OSGeo/PROJ/issues/1554>`_) + + 6.1.1 Release Notes ++++++++++++++++++++++++++++++++++++++++ *July 1st 2019* |
