From: sgjesse@chromium.org Date: Wed, 7 Oct 2009 09:15:34 +0000 (+0000) Subject: Add missing newline to ChangeLog. X-Git-Tag: upstream/4.7.83~23185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36773e2ff15cde00f77abfc5646f77c40ffed14e;p=platform%2Fupstream%2Fv8.git Add missing newline to ChangeLog. TBR=ager@chromium.org Review URL: http://codereview.chromium.org/270002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3026 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/ChangeLog b/ChangeLog index b3bb422..88c34f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,7 @@ [ES5] Changed Object.keys to return strings for element indices. + 2009-09-23: Version 1.3.13 Fixed uninitialized memory problem.