Skip to content

Commit da93f2b

Browse files
committed
[Chat][Doctrine] Update CHANGELOG for DoctrineDbalMessageStore rework
1 parent 549682f commit da93f2b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/chat/src/Bridge/Doctrine/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.8
5+
---
6+
7+
* [BC BREAK] `DoctrineDbalMessageStore::save()` now upserts a single row instead of inserting a new row on every call; the table schema changed from `(id, messages, added_at)` to `(messages, updated_at)`
8+
49
0.1
510
---
611

0 commit comments

Comments
 (0)