Skip to content
Snippets Groups Projects

add CHANGELOG

Merged Sarah White requested to merge swhitesal/asciidoc-tck:set-up-changelog into main
CHANGELOG.adoc 0 → 100644
+ 21
0
= AsciiDoc TCK Project Changelog
:url-repo: https://gitlab.eclipse.org/eclipse/asciidoc-lang/asciidoc-tck
This document provides a summary of notable changes to the AsciiDoc TCK project by milestone or release.
For a detailed view of what's changed, refer to the {url-repo}/-/commits/main[commit history] for this repository.
== 0.1.0 (milestone build)
=== Added
* Add additional tests to exercise the ASG schema
* Populate ASG defaults before comparing expected output to actual
* Add purpose, architecture, and operation sections to the README (#3)
* Set up scaffolding for a scenario-based test suite that compares expected output (as specified by the ASG schema) to the actual output produced by an implementation
* Add initial flight of tests to demonstrate how the TCK test suite works and presents exhibits of the expected output
=== Changed
* Align expected output with latest ASG schema
* Use JSON format for configuration files (#7)
* Restructure project to clarify separation between test harness and tests (#1)
\ No newline at end of file
Loading