diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae3ca3..07f1b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,16 +14,17 @@ - Use sled database instead of json file to store users - Now use `GET /api/token/` to validate a users session token +### 0.5.1 +- `/api/logout` API to delete session token +- Add basic support for different message types +- Messages now use unix timestamps +- Backend finds timestamp + ### 0.5.2 - When changing a username, it now deletes the previous user instead of creating a new one - Database functions should now use some error handling - Functions use `db_read_user()` instead of reading in the whole database -### 0.5.1 -- `/api/logout` API to delete session token -- Add basic support for different message types -- Messages now use unix timestamps - - Backend finds timestamp ## 0.4.0 - Serve frontend code - Set cookie for token