We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f49d commit 75b63c7Copy full SHA for 75b63c7
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+CHANGELOG
2
+=========
3
+
4
+1.0.0
5
+-----
6
7
+The is the first stable release using the Symfony Serializer component to
8
+provide an implementation of the API described by the `php-xapi/serializer`
9
+package.
10
11
+Apart from dependency versions being bumped to stable versions this release
12
+provides the same features as `0.1.0`.
composer.json
@@ -38,7 +38,7 @@
38
},
39
"extra": {
40
"branch-alias": {
41
- "dev-master": "0.2.x-dev"
+ "dev-master": "1.0.x-dev"
42
}
43
44
0 commit comments