Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 10005) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,13 @@ |
+2011-11-17: Version 3.7.8 |
+ |
+ Removed hidden prototype from builtins, i.e., deleting an overridden |
+ function on builtins will not make the original function reappear. |
+ |
+ Added NetBSD support for scons build. |
+ |
+ Performance improvements on all platforms. |
+ |
+ |
2011-11-14: Version 3.7.7 |
Fix missing fast property accessors in heap snapshots. |