diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-01 19:22:55 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-03-01 19:23:03 +0100 |
| commit | 70753b3f8546d1a6008a82d35e97453d0650914b (patch) | |
| tree | a8b1aa176d9a419c7327c73945142cc5791d12da | |
| parent | 2eec1e21a08c567aaf17a6796c0c929803a5a780 (diff) | |
| download | PROJ-70753b3f8546d1a6008a82d35e97453d0650914b.tar.gz PROJ-70753b3f8546d1a6008a82d35e97453d0650914b.zip | |
Fix typos in docs/source/news.rst
| -rw-r--r-- | docs/source/news.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst index 8c7d4c43..312f6ecf 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -5,7 +5,7 @@ News 6.0.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ -*Marhc 1st 2019* +*March 1st 2019* PROJ 6 has undergone extensive changes to increase its functional scope from a @@ -51,12 +51,12 @@ CRSs. UPDATES ------- - o Removed projects.h as a public interface (`#835 <<https://github.com/OSGeo/proj.4/issues/835>`_) + o Removed projects.h as a public interface (`#835 <https://github.com/OSGeo/proj.4/issues/835>`_) o Deprecated the proj_api.h interface. The header file is still available but will be removed with the next major version release of PROJ. It is now required to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before the - interface can be used (`#836 <<https://github.com/OSGeo/proj.4/issues/836>`_) + interface can be used (`#836 <https://github.com/OSGeo/proj.4/issues/836>`_) o Removed support for the nmake build system (`#838 <https://github.com/OSGeo/proj.4/issues/838>`_) |
