From efcfd180d6f53fe029ae36958fe0f94f7f833799 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 5 Feb 2023 23:45:40 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc57fea6..58026e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is manually updated. Please file an issue if something is missing. +## v4.11.0, v3.11.0 (unreleased) + +- **Feature**: Show list of places using reverse geocoding (MySQL/Postgres only) ([#395](https://github.com/pulsejet/memories/issues/395)) + To configure this feature, you need to run `occ memories:places-setup` followed by `occ memories:index -f` +- Other minor fixes and features ([milestone](https://github.com/pulsejet/memories/milestone/7?closed=1)) + ## v4.10.0, v3.10.0 (2023-01-17) - **Feature**: Allow sharing albums using public links ([#274](https://github.com/pulsejet/memories/issues/274))