From 0d4da9c3be40f8c2885801625dc531b82a69637e Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 21 Jun 2025 10:30:10 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cca1bc..90017c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## v0.29.0 (WIP) +## v0.28.4 - Added global JSVM `toBytes()` helper to return the bytes slice representation of a value such as io.Reader or string (_other types are first serialized to Go string_). +- Fixed `security.RandomStringByRegex` random distribution ([#6947](https://github.com/pocketbase/pocketbase/pull/6947); thanks @yerTools). + +- Minor docs and typos fixes. + ## v0.28.3