Skip to content

Commit

Permalink
Last changelog tweak before release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Apr 13, 2019
1 parent fd2e4ad commit 1d678e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d678e2

Please sign in to comment.