Skip to content

Commit 3b6558b

Browse files
committed
Update changelog
1 parent 4249ae0 commit 3b6558b

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

changelog.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
Next Release (Version 3.25.6-snapshot)
2+
Next Release (Version 3.25.7-snapshot)
33
--------------------------------------
4-
[issues resolved](https://github.com/javaparser/javaparser/milestone/202?closed=1)
4+
[issues resolved](https://github.com/javaparser/javaparser/milestone/203?closed=1)
55

66
### Added
77
### Changed
@@ -10,6 +10,45 @@ Next Release (Version 3.25.6-snapshot)
1010
### Fixed
1111
### Security
1212

13+
Version 3.25.6
14+
--------------
15+
[issues resolved](https://github.com/javaparser/javaparser/milestone/202?closed=1)
16+
17+
### Changed
18+
19+
* reformat javaconcept take 2 (PR [#4167](https://github.com/javaparser/javaparser/pull/4167) by [@JimmyGan437](https://github.com/JimmyGan437))
20+
* Using JAXP on XMLPrinter implementation (PR [#4166](https://github.com/javaparser/javaparser/pull/4166) by [@lcbarcellos](https://github.com/lcbarcellos))
21+
* replace deprecated methond calls to their replacements (PR [#4157](https://github.com/javaparser/javaparser/pull/4157) by [@JimmyGan437](https://github.com/JimmyGan437))
22+
* feat(#4075): Improve the validation error messages (PR [#4116](https://github.com/javaparser/javaparser/pull/4116) by [@volodya-lombrozo](https://github.com/volodya-lombrozo))
23+
24+
### Fixed
25+
26+
* Fix: issue #2751 new HashSet()" != "new HashSet<>() (PR [#4183](https://github.com/javaparser/javaparser/pull/4183) by [@lcbarcellos](https://github.com/lcbarcellos))
27+
* Fixes #2625 Add messages to thrown exceptions (PR [#4177](https://github.com/javaparser/javaparser/pull/4177) by [@oannhpham](https://github.com/oannhpham))
28+
* Fix: issue 4163 Calling MethodDeclaration.getDeclarationAsString leads to MethodDelaration.getComment returning no comment (PR [#4165](https://github.com/javaparser/javaparser/pull/4165) by [@jlerbsc](https://github.com/jlerbsc))
29+
* Fix: issue 3673 isAssignableBy method StackOverflowError (PR [#4156](https://github.com/javaparser/javaparser/pull/4156) by [@jlerbsc](https://github.com/jlerbsc))
30+
* fix: issue 3184 Unable to get the resolved type of class ResolvedReferenceType from T (PR [#4147](https://github.com/javaparser/javaparser/pull/4147) by [@jlerbsc](https://github.com/jlerbsc))
31+
* Fix: issue #3269 Test resources containing included interfaces do not compile (PR [#4139](https://github.com/javaparser/javaparser/pull/4139) by [@jlerbsc](https://github.com/jlerbsc))
32+
* CalculateResolvedType Type error (PR [#4138](https://github.com/javaparser/javaparser/pull/4138) by [@jlerbsc](https://github.com/jlerbsc))
33+
* Fix: issue #4036 LeastUpperBoundLogic.lub returns null when matches ConditionalExpr (PR [#4137](https://github.com/javaparser/javaparser/pull/4137) by [@jlerbsc](https://github.com/jlerbsc))
34+
* Fix: issue #2484 SymbolResolver on MethodCallExpr fails if method parameter is of kind Class<? extends y> (PR [#4136](https://github.com/javaparser/javaparser/pull/4136) by [@jlerbsc](https://github.com/jlerbsc))
35+
36+
### Developer Changes
37+
38+
* chore(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (PR [#4154](https://github.com/javaparser/javaparser/pull/4154) by [@dependabot[bot]](https://github.com/apps/dependabot))
39+
* chore(deps): update actions/checkout action to v4 (PR [#4141](https://github.com/javaparser/javaparser/pull/4141) by [@renovate[bot]](https://github.com/apps/renovate))
40+
41+
### :heart: Contributors
42+
43+
Thank You to all contributors who worked on this release!
44+
45+
* [@lcbarcellos](https://github.com/lcbarcellos)
46+
* [@volodya-lombrozo](https://github.com/volodya-lombrozo)
47+
* [@JimmyGan437](https://github.com/JimmyGan437)
48+
* [@jlerbsc](https://github.com/jlerbsc)
49+
* [@oannhpham](https://github.com/oannhpham)
50+
51+
1352

1453
Version 3.25.5
1554
--------------

0 commit comments

Comments
 (0)