From 1d820462f6c8667726803d9e1ba05dff4862ff87 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 20 Jan 2025 20:42:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b394bef0..2f4efd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ This release includes a data migration to remove duplicated points from the data ### Added -- `POST /api/v1/points/create` endpoint added to create points from a file. +- `POST /api/v1/points/create` endpoint added. - An index to guarantee uniqueness of points across `latitude`, `longitude`, `timestamp` and `user_id` values. This is introduced to make sure no duplicates will be created in the database in addition to previously existing validations. - `GET /api/v1/users/me` endpoint added to get current user.