From 37417c478cabe9d5e0e1182490c4f78e3ccdb35c Mon Sep 17 00:00:00 2001 From: Wojciech Rygielski Date: Mon, 12 Dec 2016 10:47:17 +0100 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4d54913 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +Release notes +============= + +This document describes all the changes made to the *Institutions API* +document, starting from its first beta draft version. + + +1.0.0-rc3 +--------- + +* Now this API is serving references to other LOS types too (not only + `Course`s). + + +1.0.0-rc2 +--------- + + * The `` element has been renamed to + ``. + + +1.0.0-rc1 +--------- + +Initial release. (Since this API seemed really simple, we skipped the `0.x.y` +versions altogether.)