From 2708ad279191cdfdb4bfaf6a0d53383865904609 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 7 Sep 2022 10:48:04 -0700 Subject: [PATCH] CHANGELOG.md: prep for v3.24 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b763d..c29bc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.24.0 + +Remove uses of io/ioutil; you must use Go 1.18 or higher with this version of +go-bindata and its generated asset files. + +Update generated doc comments for compatibility with Go's updated doc comment +guidelines. + ## 3.21.0 Replace "Debug" with "AssetDebug" to reduce the likelihood of conflicts.