Skip to content

Commit 64d43db

Browse files
committed
Update CHANGLOG.md for new release
1 parent 36fc4f7 commit 64d43db

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased] - 2024-08-18
3+
## [Unreleased] - 2024-12-31
4+
5+
## [0.5.1] - 2024-12-31
46

57
### New Features
68
- Add side-effect analysis.
@@ -17,6 +19,7 @@
1719
- Support interactive mode, allowing users to modify the taint configuration file and re-run taint analysis without needing to re-run the whole program analysis.
1820
- Enhance TFG dumping by adding taint configuration and call site info to Source/Sink node and TaintTransfer edge.
1921
- Support programmatic taint config provider.
22+
- Add commonly used taint configurations.
2023
- Class hierarchy analysis (CHA)
2124
- Support ignoring call sites that call methods declared in `java.lang.Object`.
2225
- Support ignoring call sites whose callees exceed given limit.
@@ -36,6 +39,10 @@
3639
- Fix option parser, now treat only the first colon as delimiter between a key and a value (before each colon is treated as delimiter).
3740
- Fix empty log file when running via JAR.
3841

42+
### Contributors
43+
44+
We would like to thank the following community members for their contributions to the releases (v0.5.1, v0.2.2) of Tai-e: [Wangxiz](https://github.com/Wangxiz), [Chenghang Shi](https://github.com/enochii), [YaphetsH](https://github.com/YaphetsH), [GnSight](https://github.com/ftyghome), [Zhaohui Wang](https://github.com/chaos-warzh), [cs-cat](https://github.com/cs-cat), [Yinning Xiao](https://github.com/ningninger), [Zhiwei Zhang](https://github.com/auroraberry), [Hengbin Zheng](https://github.com/Isla-top), [Chenxi Zhang](https://github.com/penguinfirst).
45+
3946
## [0.2.2] - 2023-09-23
4047

4148
### New Features
@@ -83,6 +90,7 @@
8390
- First release.
8491

8592

86-
[Unreleased]: https://github.com/pascal-lab/Tai-e/compare/v0.2.2...HEAD
93+
[Unreleased]: https://github.com/pascal-lab/Tai-e/compare/v0.5.1...HEAD
94+
[0.5.1]: https://github.com/pascal-lab/Tai-e/compare/v0.2.2...v0.5.1
8795
[0.2.2]: https://github.com/pascal-lab/Tai-e/compare/v0.0.3...v0.2.2
8896
[0.0.3]: https://github.com/pascal-lab/Tai-e/releases/tag/v0.0.3

0 commit comments

Comments
 (0)