From 15c05b9679121b895b7570a3c5813c6aa44c7cf7 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 20 Dec 2022 11:09:21 +0200 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517faa09..3f630edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## v0.10.2 - Fixed nested multiple expands with shared path ([#586](https://github.com/pocketbase/pocketbase/issues/586#issuecomment-1357784227)). - A new helper method `models.Record.MergeExpands(map[string]any)` was also added to simplify the expand handling and unit testing. + A new helper method `models.Record.MergeExpand(map[string]any)` was also added to simplify the expand handling and unit testing. ## v0.10.1