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:52 UTC

[couchdb-esprima] 03/10: Update ChangeLog for 1.2.1.

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 26b3d276204fe175550d83a15b9883180970abf4
Author: Ariya Hidayat <ar...@gmail.com>
AuthorDate: Sun May 4 11:31:06 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index d3a663f..35dbaf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-04: Version 1.2.1
+
+      * Ensure that Program node may still have leading comments (issue 536)
+
 2014-04-29: Version 1.2.0
 
       * Fix semicolon handling for expression statement (issue 462, 533)