summaryrefslogtreecommitdiff
path: root/php/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'php/ChangeLog')
-rw-r--r--php/ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/php/ChangeLog b/php/ChangeLog
new file mode 100644
index 0000000..5481c1f
--- /dev/null
+++ b/php/ChangeLog
@@ -0,0 +1,40 @@
+msgpack extension changelog
+
+Version 0.2.1
+-------------
+ * Fix stream deserializer
+
+Version 0.2.0
+-------------
+ * Add stream deserializer / class MessagePackUnpacker interface
+ * Add alias functions
+ * Add class MessagePack interface
+
+Version 0.1.5
+-------------
+ * Add msgpack_pack.c
+ * Add msgpack_unpack.c
+ * Update msgpack.c
+
+Version 0.1.4
+-------------
+ * Change broken random data.
+ * Support PHP 5.2.x version.
+
+Version 0.1.3
+-------------
+ * Fix broken random data.
+ * Change arrays and objects.
+
+Version 0.1.2
+-------------
+ * Add Serializable class support.
+ * Fix arrays and objects reference.
+
+Version 0.1.1
+-------------
+ * Add session support.
+
+Version 0.1.0
+-------------
+ * Initial release.