You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:15:56 UTC

[couchdb-esprima] 07/10: Update ChangeLog for 1.2.2.

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/couchdb-esprima.git

commit 374961fac6df6a0811c718d323f41647abdeeff1
Author: Ariya Hidayat <ar...@gmail.com>
AuthorDate: Sun May 18 22:39:33 2014 -0700

    Update ChangeLog for 1.2.2.
    
    https://code.google.com/p/esprima/issues/detail?id=514
---
 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 35dbaf4..8c342ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-18: Version 1.2.2
+
+      * Fix duplicated tokens when collecting comments (issue 537)
+
 2014-05-04: Version 1.2.1
 
       * Ensure that Program node may still have leading comments (issue 536)