Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Dec 29, 2015
1 parent e35f74b commit 48b7ad5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# v0.11.0

## New Features

### Sections
Expand All @@ -16,6 +17,17 @@ when().something_else();
then().something();
```

Sections appear in the console output as well as the HTML report.

### Changes regarding colors in the console output

The color used in the console output has been changed. It is now less colorful and usable on dark and light backgrounds. Setting the system property `jgiven.report.text.color` to `true` now always enables the color output, even if the output is not a TTY.

## Fixed Issues

* Fixed an issue with carriage returns messing up the cases table. [#178](https://github.com/TNG/JGiven/issues/178)
* Fixed an issue with certain characters used in a `@CaseDescription` annotation. [#177](https://github.com/TNG/JGiven/issues/177)

# v0.10.1

## New Features
Expand Down

0 comments on commit 48b7ad5

Please sign in to comment.