We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0218611 commit 536c8c7Copy full SHA for 536c8c7
2 files changed
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+# v2.3.0 (2023-05-23)
2
+## General
3
+### Bug Fixes
4
+* 修复release.sh新算法框架适配(0218611)
5
+### Features
6
+## Backend
7
+## Frontend
8
9
+* 适配新算法框架config协议(66fea97)
10
11
+## Algorithm
12
13
+* 修复2^x*x表达式识别错误问题(5e77e15)
14
+* 将ReachingDefinationAnalysis修改为UseBeforeDefAnalysismit(78f7f14)
15
+* update submodule to resolve compile error(8a858fa)
16
17
+* 添加四则运算强度削减分析(d1224e6)
18
+* 添加基于新框架数据流分析的未初始化变量分析mit(d763b73)
19
# v2.2.0 (2023-05-10)
20
## General
21
### Bug Fixes
tools/auto-changelog/last_version.txt
@@ -1,5 +1,5 @@
-v2.2.0
-General 48d3dd0
+v2.3.0
+General 0218611
Backend 67a5953
-Frontend 78c4f89
-Algorithm 207fbd8
+Frontend 66fea97
+Algorithm d16081e
0 commit comments