From 8dd1535253bb89b103e5516b675b367cb5870c08 Mon Sep 17 00:00:00 2001 From: EdoBoorsma Date: Thu, 16 Jul 2026 14:19:43 +0200 Subject: [PATCH] Update changelog to resolve conflict --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c940954..f1cbb90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.1-RC.1 (main) Date-time attributes on education specifications ] - 2026-06-17 + +### Added +- Added FirstPossibleOfferingStartDateTime to Programme, Course, LearningComponent and TestComponent +- Added LastPossibleOfferingStartDateTime to Programme, Course, LearningComponent and TestComponent +- Added lastPossibleOfferingEndDateTime to Programme, Course, LearningComponent and TestComponent +## [6.1-RC.1 Replace RFC 7807 with RFC 9457] - 2026-06-18 + +### fixed +- Replace RFC 7807 with RFC 9457 for errorhandling. + +## [6.1-RC.1 (main) Update based on missing features for(Dutch) OKE project] - 2026-04-07 + +### Fixed +- Added attempt objects to PATCH TestComponentOfferingAssociationAttemptInstance +- Added first and number of attempts to TestComponentOfferingAssociation +- Made attempts attribute deprecated on TestComponentOfferingAssociation +- Added non required primaryCode and otherCodes to associations +- Added an optional resultValueType property to the Result schema object + ## [6.0-RC.3 Fix typo in AcademicSessionCourseOfferingCollection.yaml] - 2026-07-14 ### Fixed