Skip to content

Commit

Permalink
fixes some typos, adds changelog document
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Feb 23, 2013
1 parent ac8aca9 commit 934dd3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This document details change between individual versions.

For instructions on how to upgrade from one version to another, please see the dedicated UPGRADING document.

0.12 (tbd)
----------
- adds, and exposes SerializationContext/DeserializationContext

0.11 (2013-01-29)
-----------------
Initial Release
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ From 0.11 to 0.12

After:

$serializer->serialize($data, 'json', Context::create()->setVersion(1));
$serializer->serialize($data, 'json', SerializationContext::create()->setVersion(1));

- All visit??? methods of the VisitorInterface, now require a third argument, the Context; the context is for example
passed as an additional argument to handler, exclusion strategies, and also available in event listeners.

0 comments on commit 934dd3c

Please sign in to comment.