Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The official specification of the [WCA Competition Interchange Format](./specifi

## Versioning

This document is for v2.0.0, the current `latest` version of WCIF. See the following for more information:
This document is for v2.1.1, the current `latest` version of WCIF. See the following for more information:
- [Changelog](https://github.com/thewca/wcif/blob/latest/changelog.md) for more information.
- [WCIF Versioning Policy](https://github.com/thewca/wcif/blob/latest/versioning-policy.md) for more information.

Expand Down
19 changes: 15 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## v2.0.0: Changelog from v1.1
## v2.1.1: Change from v2.0.1

### Minor
- Added `scope` to `ResultCondition` types `ranking` and `percent`, to clarify whether the single or average should be used to determine ranking.

### Patch
- Clarified that `ParticipationSource` may be `null` for competitions during and before 2021.

Changes from v1.1 are as follows:
## v2.0.1: Change from v2.0.0

### Patch:
- Corrected usage of field names and clarified which fields may also return null values.

## v2.0.0: Changelog from v1.1

### Major
### Major:
- Replaced `AdvancementCondition` object with `ParticipationRuleset`
- `ResultCondition` object added, which is used by both `ParticipationRuleset` and `Qualification`
- `Qualification` object changed to make use of `ResultCondition`
Expand All @@ -20,5 +31,5 @@ Changes from v1.1 are as follows:

## v1.1.0: Changelog from v1.0

Changes from v1.0 are as follows:
### Minor:
- Added value `5` to `round.format` enum - `5` corresponds to a Best of 5 format as described in the [2026 Regulation Changes](https://github.com/thewca/wca-regulations-january-2026/pull/48).
Loading