Skip to content

Commit

Permalink
add link to change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Dec 7, 2023
1 parent 3c74efc commit 326bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/015_Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 326bf0d

Please sign in to comment.