From 7dcd6702c632d40203c1082b82ee31ca950decbf Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 1 Sep 2019 09:38:18 +0200 Subject: Add release notes for 6.2.0 to website --- docs/source/news.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'docs/source') 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 `_) + * Support CRS instantiation of OGC URN's (`#1505 `_) + + * Expose scope and remarks of database objects (`#1537 `_) + + * EPSG Database updated to version 9.7.0 (`#1558 `_) + + * Added C API function proj_grid_get_info_from_database() (`#1494 `_) + + * Added C API function + proj_operation_factory_context_set_discard_superseded() (`#1534 `_) + + * Added C API function proj_context_set_autoclose_database() (`#1566 `_) + + * Added C API function proj_create_crs_to_crs_from_pj() (`#1567 `_) + + * Added C API function proj_cleanup() (`#1569 `_) + + + +Bug Fixes +--------- + + * Fixed build failure on Solaris systems (`#1554 `_) + + 6.1.1 Release Notes ++++++++++++++++++++++++++++++++++++++++ *July 1st 2019* -- cgit v1.2.3