Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index ac1be218e854c5258fd0f3542a2ec9855b7f1297..d1dbb29ed0ad7a44fee0421796654aebf806fbf8 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,17 @@ |
+2013-05-10: Version 3.19.0 |
+ |
+ Deprecated Context::New which returns Persistent. |
+ |
+ Added Persistent<T>::Reset which disposes the handle and redirects it to |
+ point to another object. |
+ |
+ Deprecated WriteAscii and MayContainNonAscii. |
+ |
+ Exposed AssertNoAllocation to API. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-04-30: Version 3.18.5 |
Allowed setting debugger breakpoints on CompareNilICs (issue 2660) |