From 8c653655ccef0a6b5cfa1752ff8f13eeeec1cbf4 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Fri, 5 Jun 2020 18:31:00 +0200 Subject: [PATCH] --- API-Changelog.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/API-Changelog.md b/API-Changelog.md index 45dde77..91e2722 100644 --- a/API-Changelog.md +++ b/API-Changelog.md @@ -1,13 +1,19 @@ ## API Changelog The API changelog contains all changes made to the API Documentation/Functions. It does not contain the changes made to the tcor software/reference implementaion + +#### 1.2.0 +* `/lessonSubjectList` -> `/subjectList` +* rename params: + * `courseName` -> `course` + * `lessonSubject` -> `subject` #### 1.1.4 -* /health, returns 200 (OK, for status checks) +* `/health`, returns 200 (OK, for status checks) #### 1.1.3 -* /lesson -> /lessons +* `/lesson` -> `/lessons` #### 1.1.0 -* /courses is deprecated now, use /courseList instead +* `/courses` is deprecated now, use `/courseList` instead ### Software/Reference Implemetation Changelog The reference implemetation changes can be found in the Releases tab. \ No newline at end of file