-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from heroku/V17
Update changelog for release
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ services: | |
- docker | ||
sudo: required | ||
go: | ||
- go1.9.3 | ||
- go1.9.4 | ||
script: | ||
- make test | ||
before_deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|