Skip to content

Commit c3b65a2

Browse files
committed
v1.17
1 parent 5df1edb commit c3b65a2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
###v1.1.7
2+
3+
2018/4/20
4+
5+
新增与改善:
6+
FixedArray增加slice操作符支持(v = x[i:j])(#578)
7+
继续完善SDK生成。
8+
更新API文档。
9+
10+
BUG修正:
11+
脚本中引擎回调内代码出错无提示问题(#575)
12+
修正Linux系统信号接收处理函数堆栈破坏问题(#589)
13+
修正int64 PyMemoryStream::pop()异常(#594)
14+
修正多复杂重数组反复插入增删存储可能乱序问题(#586)
15+
16+
17+
118
###v1.1.6
219

320
2018/4/6

kbe/src/lib/common/kbeversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace KBEngine{
2727

2828
#define KBE_VERSION_MAJOR 1
2929
#define KBE_VERSION_MINOR 1
30-
#define KBE_VERSION_PATCH 6
30+
#define KBE_VERSION_PATCH 7
3131

3232

3333
namespace KBEVersion

0 commit comments

Comments
 (0)