Skip to content

Commit 7e86407

Browse files
committed
Updated changelog.
1 parent 18c4d0c commit 7e86407

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Future:
2+
3+
- Allow more (valid) characters in object class names.
4+
- Added public interface IPhpObject
5+
- Added public class PhpObjectDictionary (implementing IPhpObject).
6+
- Added public class PhpDynamicObject (implementing IPhpObject)
7+
8+
With IPhpObjects, you can get the class name specified in the serialized data via `GetClassName()`.
9+
110
# 0.5.1
211

312
- Fixed misleading exception message on malformed objects.

0 commit comments

Comments
 (0)