Skip to content

Commit 536c8c7

Browse files
committed
Release: v2.3.0
1 parent 0218611 commit 536c8c7

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
### Bug Fixes
9+
* 适配新算法框架config协议(66fea97)
10+
### Features
11+
## Algorithm
12+
### Bug Fixes
13+
* 修复2^x*x表达式识别错误问题(5e77e15)
14+
* 将ReachingDefinationAnalysis修改为UseBeforeDefAnalysismit(78f7f14)
15+
* update submodule to resolve compile error(8a858fa)
16+
### Features
17+
* 添加四则运算强度削减分析(d1224e6)
18+
* 添加基于新框架数据流分析的未初始化变量分析mit(d763b73)
119
# v2.2.0 (2023-05-10)
220
## General
321
### Bug Fixes
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v2.2.0
2-
General 48d3dd0
1+
v2.3.0
2+
General 0218611
33
Backend 67a5953
4-
Frontend 78c4f89
5-
Algorithm 207fbd8
4+
Frontend 66fea97
5+
Algorithm d16081e

0 commit comments

Comments
 (0)