From 10600b30471b745543461740bca3b613799e7b4a Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sat, 27 May 2023 23:03:02 +0100 Subject: [PATCH] Prep release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cafc451d..e914a0c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [5.4.0] - 2023-05-27 ### Added - Added `getSupportedSRIDsWithHelp()` as a version of `getSupportedSRIDs()` that returns at runtime the inline help available within the source code @@ -266,8 +268,9 @@ Initial release of this fork (based off of v2.3 of original) - Eastings and northings are rounded to 1m, and lat/long to 5dp (approx 1m) to avoid any misconceptions that precision is the same thing as accuracy. - When calculating surface distances, a more accurate mean radius is now used rather than that derived from historical definitions of a nautical mile -[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v5.3.1...HEAD +[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v5.4.0...HEAD +[5.4.0]: https://github.com/dvdoug/PHPCoord/compare/v5.3.1...v5.4.0 [5.3.1]: https://github.com/dvdoug/PHPCoord/compare/v5.3.0...v5.3.1 [5.3.0]: https://github.com/dvdoug/PHPCoord/compare/v5.2.0...v5.3.0 [5.2.0]: https://github.com/dvdoug/PHPCoord/compare/v5.1.0...v5.2.0