From 059ee045076a68c607f7263055867e39fb93aee8 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 15 Jul 2008 07:55:34 +0000 Subject: [PATCH] --- ase/change.log | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ase/change.log b/ase/change.log index 42845d7e..469b20e3 100644 --- a/ase/change.log +++ b/ase/change.log @@ -1,3 +1,8 @@ +[0.3.4] + +* enhanced the AWK interpreter to be more compatible to AWK + - no more semicolon needed to terminate a statement with ASE_AWK_NEWLINE on + [0.3.3] * enhanced the AWK interpreter to allow multiple BEGIN/END blocks.