Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 62b4b392cbe4635767db385e1f8263564d52ac90..bf7fc39e63711b357fbd45939cc0732959f56497 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2013-01-23: Version 3.16.8 |
+ |
+ Correctly reset lastIndex in an RegExp object. |
+ (Chromium issue 170856) |
+ |
+ Added a workaround for Windows compilation problems related to V8EXPORT. |
+ (issue 2507) |
+ |
+ tools/run-tests.py: shlex.split() the value of --command-prefix |
+ (Chromium issue 171553) |
+ |
+ Fix pattern detection for replacing shifts by rotation. |
Yang
2013/01/23 13:32:30
we usually use past tense here, as in "Fixed ...".
mvstanton
2013/01/23 13:35:01
Done.
|
+ (Chromium issue 2499) |
Jakob Kummerow
2013/01/23 14:25:53
Too late now, but this is in fact a V8 issue.
Yang
2013/01/23 14:27:32
My bad. I should have noticed...
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-01-21: Version 3.16.7 |
Removed <(library) usage from v8.gyp. |