Skip to content

Commit 5abae7e

Browse files
committed
Changelog update - 0.3.2
1 parent 35142f9 commit 5abae7e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## [Unreleased]
44

5+
## [0.3.2] - 2025-03-18
6+
7+
### Bug Fixes
8+
9+
- Fix: Exclude java.stream.Collector type arguments from code inspection ([#58])
10+
- Fix:Prevent log file archives from being output to IDEA installation directory ([#57])
11+
- Add Char type to the condition as a literal ([#56])
12+
13+
### Maintenance
14+
15+
- Action cache control and refactoring ([#49])
16+
- Force unwrapping a nullable type into a null-safe object ([#48])
17+
- Regular expressions to match tag name format updates ([#45])
18+
- Additional control over update log change actions ([#43])
19+
20+
[#58]:https://github.com/domaframework/doma-tools-for-intellij/pull/58
21+
[#57]:https://github.com/domaframework/doma-tools-for-intellij/pull/57
22+
[#56]:https://github.com/domaframework/doma-tools-for-intellij/pull/56
23+
[#49]:https://github.com/domaframework/doma-tools-for-intellij/pull/49
24+
[#48]:https://github.com/domaframework/doma-tools-for-intellij/pull/48
25+
[#45]:https://github.com/domaframework/doma-tools-for-intellij/pull/45
26+
[#43]:https://github.com/domaframework/doma-tools-for-intellij/pull/43
27+
28+
529
## [0.3.1] - 2025-03-11
630

731
### Bug Fixes
@@ -78,3 +102,4 @@
78102
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
79103
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
80104
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1
105+
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)