diff --git a/package.xml b/package.xml
index 8af05f8..854d918 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2015-08-26
-
+ 2015-08-27
+
- 0.2.2
- 0.2.2
+ 0.2.3
+ 0.2.3
beta
@@ -28,11 +28,8 @@
The MIT License (MIT)
-- Fix CommonJS module caching
-- Fix use-after-free issue on CommonJS module reuse
-- Fix memory leaks in CommonJS module loader
-- Fix memory leak regarding lost script resources (compileScript call et al)
-- Improve V8Function call performance
+- Fix FLAG_FORCE_ARRAY affecting V8Function objects
+- Fix memory leak with repeated calls of methods on exported PHP objects
@@ -120,6 +117,7 @@
+
@@ -173,7 +171,7 @@
-
+
@@ -183,17 +181,17 @@
-
-
+
+
-
+
-
+
@@ -359,5 +357,21 @@
- Improve V8Function call performance
+
+
+ 0.2.3
+ 0.2.3
+
+
+ beta
+ beta
+
+ 2015-08-27
+ The MIT License (MIT)
+
+- Fix FLAG_FORCE_ARRAY affecting V8Function objects
+- Fix memory leak with repeated calls of methods on exported PHP objects
+
+