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
157 changes: 0 additions & 157 deletions doc/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/changes/changes_2.3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In this release we split OFT into Maven submodules.

## Features

* #226: Pretty print specobjects
* #219: Pretty print specobjects

## Bugfixes

Expand Down
3 changes: 2 additions & 1 deletion doc/changes/changes_3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ We also broadened the support of file types in the `TagImporter`.
## Features

* #238: Added more file suffixes to the `TagImporter`
* #239: Added file suffix for SQL to the `TagImporter`

## Refactoring

* #238: Ported to Java 11
* #237: Ported to Java 11. Renamed Java packages so that they are unique for each module.
6 changes: 3 additions & 3 deletions doc/changes/changes_3.0.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenFastTrace 3.0.1
# OpenFastTrace 3.0.1, Unreleased on GitHub

Code name: Unreleased on GitHub
Code name: Fixed POM file versions

## Bugfixes

* Published pom files contained invalid version: `<version>${revision}</version>`
* Published POM files contained invalid version: `<version>${revision}</version>`
4 changes: 2 additions & 2 deletions doc/changes/changes_3.0.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenFastTrace 3.0.2
# OpenFastTrace 3.0.2, Unreleased on GitHub

Code name: Unreleased on GitHub
Code name: Maven Central deployment fix

## Bugfixes

Expand Down
6 changes: 5 additions & 1 deletion doc/changes/changes_3.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ In this release we added an exporter that creates ASPEC documents.

## Features

* #260: Added ASPEC exporter
* #260: Added ASPEC exporter

## Bugfixes

* #258: Importing of files for which no importer or more than one importer is found don't let the build fail
6 changes: 5 additions & 1 deletion doc/changes/changes_3.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ With this release you can now optionally require coverage in the `TagImporter`.

## Features

* #306: Optionally require coverage in `TagImporter`
* #306: Optionally require coverage in `TagImporter`

## Dependencies

* 310: Updated dependencies
4 changes: 2 additions & 2 deletions doc/changes/changes_3.6.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenFastTrace 3.6.0, released
# OpenFastTrace 3.6.0, released 2022-08-21

Code name: C# and Robot Framework support in `TagImporter`

Expand All @@ -18,5 +18,5 @@ We now also upload a self-tracing report as part of the CI build and added suppo
* #246: Upload self-tracing report to GitHub Action result in CI build
* #329: Fixed static code analysis warnings in unit tests
* #330: upgraded test and build dependencies
* #334: Added `module-info.java` files to support Java modules
* #331: Removed license headers from sources and `license-maven-plugin`
* #334: Added `module-info.java` files to support Java modules
1 change: 1 addition & 0 deletions doc/changes/changes_4.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ We also added a whole section about understanding and fixing broken links betwee

## Documentation

* #427: Removed old `CHANGELOG.md` file and merged missing parts into release history
* #431: Documented "unwanted coverage" in user guide.
Loading