Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index ed82848b48f4472a9f3756929670842a0299756d..08ec501f52c99e0f19c724bd29534b938b2b907d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2013-05-27: Version 3.19.5 |
+ |
+ Reset regexp parser flag after scanning ahead for capture groups. |
+ (issue 2690) |
+ |
+ Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup. |
Jakob Kummerow
2013/05/27 12:18:36
I don't think we need to mention this (as it only
|
+ (issue 2628) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-05-24: Version 3.19.4 |
Fixed edge case in stack trace formatting. (Chromium issue 237617) |