diff --git a/CHANGELOG.md b/CHANGELOG.md index e04fcce..1dd2292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Update checksum for `tensorflow-lite-metadata-0.1.0-rc2.pom` dependency ([PR #60]) +* Avoid calling Java functions from Go to prevent a panic when built with go 1.22.5 ([PR #62]) ### Version 1.25 @@ -183,3 +184,4 @@ [PR #56]: https://github.com/chenxiaolong/RSAF/pull/56 [PR #58]: https://github.com/chenxiaolong/RSAF/pull/58 [PR #60]: https://github.com/chenxiaolong/RSAF/pull/60 +[PR #62]: https://github.com/chenxiaolong/RSAF/pull/62