Skip to content

Commit 13861e4

Browse files
committed
Update changelog
1 parent acaf675 commit 13861e4

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

changelog.md

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

2-
Next Release (Version 3.25.8-snapshot)
2+
Next Release (Version 3.25.9-snapshot)
33
--------------------------------------
4-
[issues resolved](https://github.com/javaparser/javaparser/milestone/204?closed=1)
4+
[issues resolved](https://github.com/javaparser/javaparser/milestone/205?closed=1)
55

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

13+
Version 3.25.8
14+
--------------
15+
[issues resolved](https://github.com/javaparser/javaparser/milestone/204?closed=1)
16+
17+
### Added
18+
19+
* feat: creates cache statistics and moves Cache interface to javaparser-core (PR [#4278](https://github.com/javaparser/javaparser/pull/4278) by [@jlerbsc](https://github.com/jlerbsc))
20+
* feat: Add parseArrayInitializerExpr to JavaParser API (PR [#4276](https://github.com/javaparser/javaparser/pull/4276) by [@iMashtak](https://github.com/iMashtak))
21+
* feat: A visitor looking for a node by its position in an AST (PR [#4258](https://github.com/javaparser/javaparser/pull/4258) by [@jlerbsc](https://github.com/jlerbsc))
22+
23+
### Changed
24+
25+
* fix: Partial removal of the use of instanceof in favour of the use of the API (PR [#4280](https://github.com/javaparser/javaparser/pull/4280) by [@jlerbsc](https://github.com/jlerbsc))
26+
* [GHA] Run on java 18 (PR [#4252](https://github.com/javaparser/javaparser/pull/4252) by [@hazendaz](https://github.com/hazendaz))
27+
28+
### Fixed
29+
30+
* fix: issue 4240 Calling resolve on catch block parameter throws exception (PR [#4279](https://github.com/javaparser/javaparser/pull/4279) by [@jlerbsc](https://github.com/jlerbsc))
31+
* Fix: issue 4270 Exception when resolving ObjectCreationExpr with nested varargs (PR [#4273](https://github.com/javaparser/javaparser/pull/4273) by [@jlerbsc](https://github.com/jlerbsc))
32+
* add Java_18 to yieldSupport (PR [#4262](https://github.com/javaparser/javaparser/pull/4262) by [@Kimmmey](https://github.com/Kimmmey))
33+
* fix: issue #4245 UnsupportedOperationException with LexicalPreservingPrinter when removing a sealed modified (PR [#4253](https://github.com/javaparser/javaparser/pull/4253) by [@jlerbsc](https://github.com/jlerbsc))
34+
* [ci] Fix change log released version as 3.25.7 (PR [#4251](https://github.com/javaparser/javaparser/pull/4251) by [@hazendaz](https://github.com/hazendaz))
35+
* Fix: issue 3278 Lazy types cause stack overflow when trying to find the least upper bound type (PR [#4246](https://github.com/javaparser/javaparser/pull/4246) by [@jlerbsc](https://github.com/jlerbsc))
36+
37+
### Developer Changes
38+
39+
* chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (PR [#4264](https://github.com/javaparser/javaparser/pull/4264) by [@dependabot[bot]](https://github.com/apps/dependabot))
40+
41+
### Uncategorised
42+
43+
* Revert "Refactoring: Move cache features to javaparser-core" (PR [#4274](https://github.com/javaparser/javaparser/pull/4274) by [@jlerbsc](https://github.com/jlerbsc))
44+
45+
### :heart: Contributors
46+
47+
Thank You to all contributors who worked on this release!
48+
49+
* [@hazendaz](https://github.com/hazendaz)
50+
* [@iMashtak](https://github.com/iMashtak)
51+
* [@jlerbsc](https://github.com/jlerbsc)
52+
* [@Kimmmey](https://github.com/Kimmmey)
53+
1354
Version 3.25.7
1455
--------------
1556
[issues resolved](https://github.com/javaparser/javaparser/milestone/203?closed=1)

0 commit comments

Comments
 (0)