Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index dc567b9748e6d15959b2d2ce95e2b9450ee74eb0..f143a40cd2b6f155bff7545f8ee1119aa33c0c54 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,17 @@ |
+2011-02-02: Version 3.1.1 |
+ |
+ Perform security checks before fetching the value in |
+ Object.getOwnPropertyDescriptor. |
+ |
+ Fixed a bug in Array.prototype.splice triggered by passing no |
+ arguments. |
+ |
+ Fixed bugs in -0 in arithmetic and in Math.pow. |
+ |
+ Fixed bugs in the register allocator and in switching from optimized |
+ to unoptimized code. |
+ |
+ |
2011-01-31: Version 3.1.0 |
Performance improvements on all platforms. |