Skip to content

Commit

Permalink
Merge pull request #86 from heroku/V17
Browse files Browse the repository at this point in the history
Update changelog for release
  • Loading branch information
Edward Muller authored Mar 5, 2018
2 parents 3f3840d + 2e2f618 commit 8dc2e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
- docker
sudo: required
go:
- go1.9.3
- go1.9.4
script:
- make test
before_deploy:
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.17.0 2018-03-01 Edward Muller ([email protected])

* Build with 1.9.4
* Remove -input=rfc3164. It looks like it was dead code anyway
* Add -input=lprfc5424 to handle length prefixed RFC5424 input frames. This is
known as "logplex format".
* Clarify that -input=rfc5424 is newline terminated RFC5424.
* Some misc code/doc cleanups based on vet output

### 0.16.1 2018-01-25 Cyril David ([email protected])

* Build with 1.9.3
Expand Down

0 comments on commit 8dc2e3c

Please sign in to comment.