From 97979f58a923baf5290928d19809d723c37432a0 Mon Sep 17 00:00:00 2001 From: "Marcos G. Zimmermann" Date: Fri, 12 Jul 2024 13:43:19 -0300 Subject: [PATCH] chore: update changelog with release updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f522e7..77bdcbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * fix bulk indexing routing issue * add `attributes:` to the `Esse::Repository.each_serialized_batch` to preload `lazy_document_attributes` * Stop stringifying the `lazy_document_attributes` attribute name +* The `Esse::Repository.update_documents_attribute` was not working when calling with a single hash as document ## 0.3.0 - 2024-07-10 * Extend bulk indexing API to support `update`.