Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 9006) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,14 @@ |
+2011-08-24: Version 3.5.8 |
+ |
+ Added V8EXPORT attributes for v8::Array::CheckCast and |
+ v8::Number::CheckCast. |
+ |
+ Made a slight API change enabling opting out from null termination |
+ in String::Write*(). |
+ |
+ Fixed arm build for gcc-4.6. |
+ |
+ |
2011-08-22: Version 3.5.7 |
Make scanner handle invalid unicode escapes in identifiers correctly. |