Skip to content

Commit 3db3ece

Browse files
author
Sebastian Bär
authored
#427: Merge content CHANGELOG.md into changes.md (#439)
1 parent a0fe7c6 commit 3db3ece

File tree

9 files changed

+21
-168
lines changed

9 files changed

+21
-168
lines changed

doc/CHANGELOG.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

doc/changes/changes_2.3.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this release we split OFT into Maven submodules.
88

99
## Features
1010

11-
* #226: Pretty print specobjects
11+
* #219: Pretty print specobjects
1212

1313
## Bugfixes
1414

doc/changes/changes_3.0.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ We also broadened the support of file types in the `TagImporter`.
1111
## Features
1212

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

1516
## Refactoring
1617

17-
* #238: Ported to Java 11
18+
* #237: Ported to Java 11. Renamed Java packages so that they are unique for each module.

doc/changes/changes_3.0.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# OpenFastTrace 3.0.1
1+
# OpenFastTrace 3.0.1, Unreleased on GitHub
22

3-
Code name: Unreleased on GitHub
3+
Code name: Fixed POM file versions
44

55
## Bugfixes
66

7-
* Published pom files contained invalid version: `<version>${revision}</version>`
7+
* Published POM files contained invalid version: `<version>${revision}</version>`

doc/changes/changes_3.0.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# OpenFastTrace 3.0.2
1+
# OpenFastTrace 3.0.2, Unreleased on GitHub
22

3-
Code name: Unreleased on GitHub
3+
Code name: Maven Central deployment fix
44

55
## Bugfixes
66

doc/changes/changes_3.2.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ In this release we added an exporter that creates ASPEC documents.
1010

1111
## Features
1212

13-
* #260: Added ASPEC exporter
13+
* #260: Added ASPEC exporter
14+
15+
## Bugfixes
16+
17+
* #258: Importing of files for which no importer or more than one importer is found don't let the build fail

doc/changes/changes_3.4.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ With this release you can now optionally require coverage in the `TagImporter`.
88

99
## Features
1010

11-
* #306: Optionally require coverage in `TagImporter`
11+
* #306: Optionally require coverage in `TagImporter`
12+
13+
## Dependencies
14+
15+
* 310: Updated dependencies

doc/changes/changes_3.6.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenFastTrace 3.6.0, released
1+
# OpenFastTrace 3.6.0, released 2022-08-21
22

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

@@ -18,5 +18,5 @@ We now also upload a self-tracing report as part of the CI build and added suppo
1818
* #246: Upload self-tracing report to GitHub Action result in CI build
1919
* #329: Fixed static code analysis warnings in unit tests
2020
* #330: upgraded test and build dependencies
21-
* #334: Added `module-info.java` files to support Java modules
2221
* #331: Removed license headers from sources and `license-maven-plugin`
22+
* #334: Added `module-info.java` files to support Java modules

doc/changes/changes_4.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ We also added a whole section about understanding and fixing broken links betwee
1515

1616
## Documentation
1717

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

0 commit comments

Comments
 (0)