From 1073b2228e98f4d70eb4dc1d43dd386a1dd6cb17 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 14 Oct 2024 01:17:44 +0930 Subject: [PATCH] docs(release_notes): fluff out feature freeze details ref: #346 --- Release-Notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Release-Notes.md b/Release-Notes.md index 83f84df3..3566af2e 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,9 +1,13 @@ ## Version 1.4.0 -- Depreciation of **ALL** API urls. will be [removed in v2.0.0](https://github.com/nofusscomputing/centurion_erp/issues/343) release of Centurion. +API redesign in preparation for moving the UI out of centurion to it's [own project](https://github.com/nofusscomputing/centurion_erp_ui). This release introduces a **Feature freeze** to the current UI. Only bug fixes will be done for the current UI. - New API will be at path `api/v2` and will remain until v2.0.0 release of Centurion on which the `api/v2` path will be moved to `api` +- API v1 is now **Feature frozen** with only bug fixes being completed. It's recommended that you move to and start using API v2 as this has feature parity with API v1. + +- Depreciation of **ALL** API urls. API v1 Will be [removed in v2.0.0](https://github.com/nofusscomputing/centurion_erp/issues/343) release of Centurion. + # Version 1.3.0