Skip to content

Commit ba7c8dd

Browse files
committed
Update changelog
1 parent d7737f3 commit ba7c8dd

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

changelog.md

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

2-
Next Release (Version 3.26.1-snapshot)
2+
Next Release (Version 3.26.2-snapshot)
33
--------------------------------------
4-
[issues resolved](https://github.com/javaparser/javaparser/milestone/208?closed=1)
4+
[issues resolved](https://github.com/javaparser/javaparser/milestone/209?closed=1)
55

66
### Added
77
### Changed
@@ -10,9 +10,48 @@ Next Release (Version 3.26.1-snapshot)
1010
### Fixed
1111
### Security
1212

13+
Version 3.26.1
14+
--------------
15+
[issues resolved](https://github.com/javaparser/javaparser/milestone/208?closed=1)
16+
17+
### Added
18+
19+
* Fix record declarations nested in annotation declarations (PR [#4460](https://github.com/javaparser/javaparser/pull/4460) by [@johannescoetzee](https://github.com/johannescoetzee))
20+
21+
### Changed
22+
23+
* Format code with spotless (PR [#4465](https://github.com/javaparser/javaparser/pull/4465) by [@johannescoetzee](https://github.com/johannescoetzee))
24+
* Simplifying the search for types in compilation unit (PR [#4459](https://github.com/javaparser/javaparser/pull/4459) by [@jlerbsc](https://github.com/jlerbsc))
25+
* Add spotless plugin configuration (PR [#4409](https://github.com/javaparser/javaparser/pull/4409) by [@johannescoetzee](https://github.com/johannescoetzee))
26+
27+
### Fixed
28+
29+
* Disable spotless ratcheting and fix formatting (PR [#4478](https://github.com/javaparser/javaparser/pull/4478) by [@johannescoetzee](https://github.com/johannescoetzee))
30+
* Fix: issue 4450 Endless recursion (-> StackOverflow) with cyclic static references (PR [#4477](https://github.com/javaparser/javaparser/pull/4477) by [@jlerbsc](https://github.com/jlerbsc))
31+
* Fix: issue 4399 MethodCallExpr inside lambda in assignment expression cannot be resolved (PR [#4462](https://github.com/javaparser/javaparser/pull/4462) by [@jlerbsc](https://github.com/jlerbsc))
32+
* Fix crash on SwitchExpr entries if tokens are not stored (PR [#4461](https://github.com/javaparser/javaparser/pull/4461) by [@johannescoetzee](https://github.com/johannescoetzee))
33+
* Fix lookahead for pattern expression in switch entries [Issue 4455] (PR [#4458](https://github.com/javaparser/javaparser/pull/4458) by [@johannescoetzee](https://github.com/johannescoetzee))
34+
35+
### Developer Changes
36+
37+
* Automatically format code after codegen and validate with a github action (PR [#4468](https://github.com/javaparser/javaparser/pull/4468) by [@johannescoetzee](https://github.com/johannescoetzee))
38+
* Add git-blame-ignore-revs file to ignore the reformatting commit in git blame (PR [#4466](https://github.com/javaparser/javaparser/pull/4466) by [@johannescoetzee](https://github.com/johannescoetzee))
39+
40+
### Uncategorised
41+
42+
* Add link to the guide to adding nodes in CONTRIBUTING.md (PR [#4453](https://github.com/javaparser/javaparser/pull/4453) by [@johannescoetzee](https://github.com/johannescoetzee))
43+
44+
### :heart: Contributors
45+
46+
Thank You to all contributors who worked on this release!
47+
48+
* [@johannescoetzee](https://github.com/johannescoetzee)
49+
* [@jlerbsc](https://github.com/jlerbsc)
1350

14-
Next Release (Version 3.26.0)
15-
-----------------------------
51+
52+
53+
Version 3.26.0
54+
--------------
1655
[issues resolved](https://github.com/javaparser/javaparser/milestone/207?closed=1)
1756

1857
### Added

0 commit comments

Comments
 (0)