diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 9fe42636806..5aa46356340 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -33,6 +33,8 @@
1.2.2
2006-06-07
+ Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems.
+ Fixed bug #37886 (oci_connect may crash when charset parameter is given)
Fixed bug #37931 (possible crash after database restart when using persistent connections)
Fixed bug #37531 (oci8 persistent connection corruption)
Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH)