Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 24af827b5effa36d24cddd9c9844b5a57039a59b..60bd8719e39164b780d1e67f7d6592392794ec33 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,22 @@ |
+2012-01-26: Version 3.8.9 |
+ |
+ Flush number string cache on GC (issue 1605). |
+ |
+ Provide access to function inferred name in V8 public API. |
Sven Panne
2012/01/26 07:31:46
Perhaps mention Yury Semikhatsky and "GetInferredN
|
+ |
+ Fix building with Clang (issue 1912). |
+ |
+ Reduce the space used by the stack for the profiling thread. |
+ |
+ Fix bug 542, misleading documentation of v8::Locker. |
+ |
+ Introduce readbinary function in d8 to read binary files. |
Sven Panne
2012/01/26 07:31:46
s/readbinary/ReadBinary/
|
+ |
+ Further robustify the keyed lookup cache against unlucky hash seeds. |
Sven Panne
2012/01/26 07:31:46
I would remove this, it is subsumed by the item be
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-01-23: Version 3.8.8 |
Limited number of loop iterations in Heap::ReserveSpace |