Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 3279e1b

Browse files
author
diegoquinteiro
committed
Add breaking change warning to changelog
1 parent 44cd4c2 commit 3279e1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
66
## 5.0.x
77

88
Version 5 of the Facebook PHP SDK is a complete refactor of version 4. It comes loaded with lots of new features and a friendlier API.
9-
9+
- 5.1.4
10+
- Breaking changes
11+
- Changes the serialization method of FacebookApp
12+
- FacebookApps serialized by versions prior 5.1.4 cannot be unserialized by this version
1013
- 5.0 (2015-??-??)
1114
- New features
1215
- Added the `Facebook\Facebook` super service for an easier API
@@ -22,8 +25,8 @@ Version 5 of the Facebook PHP SDK is a complete refactor of version 4. It comes
2225
- Many improvements to the Graph node subtypes
2326
- New injectable interfaces
2427
- Added a `PersistentDataInterface` for custom persistent data handling
25-
- Added a `PseudoRandomStringGeneratorInterface` for customizable CSPRNG's
26-
- Added a `UrlDetectionInterface` for custom URL-detection logic
28+
- Added a `PseudoRandomStringGeneratorInterface` for customizable CSPRNG's
29+
- Added a `UrlDetectionInterface` for custom URL-detection logic
2730
- Codebase changes
2831
- Moved exception classes to `Exception\*` directory
2932
- Moved response collection objects to `GraphNodes\*` directory

0 commit comments

Comments
 (0)