Go: Retrofit the change log to mention Go 1.25

This can only be a minor change (or something similar) to stay within the
semantic versioning contraints. This is because only the patch version of
the Go ql library pack was bumped during the release. Since there were no new
language features in Go 1.25, this might also be the most accurate choice here.
This commit is contained in:
Jeroen Ketema
2025-09-12 11:03:16 +02:00
parent ba5318f63f
commit 3de9356141
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ No user-facing changes.
## 4.3.2
No user-facing changes.
### Minor Analysis Improvements
* Go 1.25 is now supported.
## 4.3.1

View File

@@ -1,3 +1,5 @@
## 4.3.2
No user-facing changes.
### Minor Analysis Improvements
* Go 1.25 is now supported.