summaryrefslogtreecommitdiff
path: root/php/ChangeLog
diff options
context:
space:
mode:
authoradvect <advect@gmail.com>2010-09-29 08:47:06 +0900
committeradvect <advect@gmail.com>2010-09-29 08:47:06 +0900
commit2a0a84763479e6eebd30f685e5f64afd7e7cb3bc (patch)
treeec04dceb4c7b378dcabdcab8ad15b9754ae06599 /php/ChangeLog
parent2ccb09434fcd313fdd48b7edbebec9d18408cf9d (diff)
downloadmsgpack-python-2a0a84763479e6eebd30f685e5f64afd7e7cb3bc.tar.gz
php: update 0.3.0
Diffstat (limited to 'php/ChangeLog')
-rw-r--r--php/ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/php/ChangeLog b/php/ChangeLog
index 5481c1f..3cee3b6 100644
--- a/php/ChangeLog
+++ b/php/ChangeLog
@@ -1,14 +1,21 @@
msgpack extension changelog
+Version 0.3.0
+-------------
+ * Change msgpack_unpack.c (used template)
+ * Add php_only ini option (true / false)
+ * Change class MessagePack and MessagePackUnpacker __construct option.
+ * Add class MessagePack and MessagePackUnpacker setOption method.
+
Version 0.2.1
-------------
- * Fix stream deserializer
+ * Fix stream deserializer.
Version 0.2.0
-------------
- * Add stream deserializer / class MessagePackUnpacker interface
- * Add alias functions
- * Add class MessagePack interface
+ * Add stream deserializer / class MessagePackUnpacker interface.
+ * Add alias functions.
+ * Add class MessagePack interface.
Version 0.1.5
-------------