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.