From b7b11cd8d54ba85beaa96113b54e9c1e8e500d14 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 24 Jan 2024 14:31:41 -0800 Subject: [PATCH] Updated changelog [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7372b..49f58d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ If upgrading with Postgres 12 or Docker, see [these notes](https://github.com/pg - Reduced memory usage for HNSW index builds - Reduced WAL generation for HNSW index builds - Fixed error with logical replication -- Fixed `invalid memory alloc request size` error with HNSW index build +- Fixed `invalid memory alloc request size` error with HNSW index builds - Moved Docker image to `pgvector` org - Added Docker tags for each supported version of Postgres - Dropped support for Postgres 11