From 1d678e2c9aacc3067b29e7d6c50a5a400afad881 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sat, 13 Apr 2019 21:55:14 +0100 Subject: [PATCH] Last changelog tweak before release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090d80b91..d4e00c912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ ### Added - Support for _accepting_ 2, 4, 8 and 10 figure Ordnance Survey references (6 figure was already supported) ### Changed + - fromSixFigureReference - All value objects are now immutable - calling a conversion function on them now returns a *new* object rather than modifying the existing one - Minimum PHP version is now 7.1 ### Removed - HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility + - `OSRef::fromSixFigureReference()` has been removed, use `OSRef::fromGridReference()` instead + - `OSRef::to[Two/Four/Six/Eight/Ten]FigureReference()` have been removed, use `OSRef::toGridReference($length)` instead ## [2.1] - 2016-09-20 ### Added