We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df1edb commit c3b65a2Copy full SHA for c3b65a2
HISTORY.md
@@ -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
18
###v1.1.6
19
20
2018/4/6
kbe/src/lib/common/kbeversion.h
@@ -27,7 +27,7 @@ namespace KBEngine{
27
28
#define KBE_VERSION_MAJOR 1
29
#define KBE_VERSION_MINOR 1
30
-#define KBE_VERSION_PATCH 6
+#define KBE_VERSION_PATCH 7
31
32
33
namespace KBEVersion
0 commit comments