diff --git a/.travis.yml b/.travis.yml index 5f0baf1..9e136e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - docker sudo: required go: -- go1.9.3 +- go1.9.4 script: - make test before_deploy: diff --git a/changelog.md b/changelog.md index 115af1c..27fe519 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +### 0.17.0 2018-03-01 Edward Muller (emuller@salesforce.com) + +* 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 (cyril@heroku.com) * Build with 1.9.3