Jannik 2019-10-29 14:12:42 +01:00
parent 474b52827c
commit 0867e976b4
1 changed files with 10 additions and 7 deletions

@ -1,10 +1,13 @@
## API Changelog
* 1.1.4
* /health, returns 200 (OK, for status checks)
* 1.1.3
* /lesson -> /lessons
* 1.1.0
* /courses is deprecated now, use /courseList instead
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.1.4
* /health, returns 200 (OK, for status checks)
### Reference Implemetation Changelog
#### 1.1.3
* /lesson -> /lessons
#### 1.1.0
* /courses is deprecated now, use /courseList instead
### Software/Reference Implemetation Changelog
The reference implemetation changes can be found in the Releases tab.