From 4da5e92ef6c402d855416357042bfae00dbbc55a Mon Sep 17 00:00:00 2001 From: brisk Date: Sun, 12 Oct 2014 18:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 更新日志 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/更新日志 b/更新日志 index 078549f..7cddaf2 100644 --- a/更新日志 +++ b/更新日志 @@ -1,7 +1,14 @@ -#V1.1 +V1.1 at 2014-10-12 1、使用动态散列表存储存数 2、去除单个字符串长度512字节限制 3、CONF数据结构添加size成员标示散列表大小 4、更新解析 5、更新一些BUG + +V1.2 at 2014-10-12 + +1、更新错误提示添加位置提示 +2、添加conf_pos_msg_err接口控制是否在错误时打印信息 +3、键名添加引号支持特殊键名 +4、修复一些BUG