Skip to content

Commit

Permalink
Move changelog entry to correct version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed May 5, 2020
1 parent 97c973a commit 849540d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The format is based on [Keep a Changelog], and this project adheres to
- **[BC]** Remove `Printer.Filters`, `Indent` and `RecursionMarker`
- **[BC]** Remove `Value.TypeName()`

## Fixed

- Add mutex lock around writes to `stdout` to prevent fragmented output ([#45], thanks @ilmanzo)

## [0.3.5] - 2019-11-06

## Changed
Expand All @@ -35,7 +39,6 @@ The format is based on [Keep a Changelog], and this project adheres to
## Fixed

- Fix panic when rendering unexported `time.Time` values ([#24])
- Add mutex lock around writes to `stdout` to prevent fragmented output ([#45], thanks @ilmanzo)

## [0.3.4] - 2019-11-05

Expand Down

0 comments on commit 849540d

Please sign in to comment.