Skip to content

Commit

Permalink
Announce intention to reduce ability to subclass and override.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcordingley committed Aug 14, 2016
1 parent f287877 commit 646b399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ If you need to combine together matrices, you can do so by calling the concatena
- Drop support for PHP 5.x
- Introduce strict scalar type hints
- Drop deprecated functions and properties.
- Tighten up interface with the `final` and `private` keywords.

- 1.3.0
- Fix typo in names of `concatenateRight()` and `concatenateBottom()`
Expand Down

0 comments on commit 646b399

Please sign in to comment.