Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading