diff --git a/package.xml b/package.xml
index d821f7a3..dd6cbe56 100644
--- a/package.xml
+++ b/package.xml
@@ -31,7 +31,7 @@
2018-11-19
5.1.14dev
- 5.1.13
+ 5.1.14
stable
@@ -39,7 +39,10 @@
PHP License
--
+- Fixed GH #347: Disable slam defense by default.
+- Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD.
+- Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available).
+- Require only read-lock for apcu_cas(), by using atomic compare-and-swap.