From 326bf0ddcb10424f5d73f970af63d6e9d7f46889 Mon Sep 17 00:00:00 2001 From: Marcus Jaschen Date: Thu, 7 Dec 2023 11:25:11 +0100 Subject: [PATCH] add link to change log --- docs/015_Upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/015_Upgrading.md b/docs/015_Upgrading.md index faee98d..3a30080 100644 --- a/docs/015_Upgrading.md +++ b/docs/015_Upgrading.md @@ -15,7 +15,7 @@ `setPoint1()` and `setPoint2()` methods were removed from `Line` – the `Line` class now is immutable. Use the constructor to create a new instance of `Line`. -There are some new deprecations introduced in 5.0, please see the change log for a detailed list and update your code accordingly to be prepared for 6.0. +There are some new deprecations introduced in 5.0, please see the [change log](https://github.com/mjaschen/phpgeo/blob/main/CHANGELOG.md) for a detailed list and update your code accordingly to be prepared for 6.0. ## Update from phpgeo 3.x to phpgeo 4.x