diff options
author | Valery Piashchynski <[email protected]> | 2020-03-09 22:26:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-09 22:26:41 +0300 |
commit | 14773e0fe18c52cdadf05f49f3feaa29627b1a41 (patch) | |
tree | af97ecb5cdde37e460537cc17ed418e0e70f4583 | |
parent | aefaf982837bcb0eb46eb087a0c00f1e33689d1c (diff) |
Update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 755f6e2b..6cd1b881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ CHANGELOG ========= v1.6.3 -- Fixed bug with UB when plugin is failing during start +- Fixed bug with UB when the plugin is failing during start - Better signals handling - Rotate ports in tests - Added BORS to repository [https://bors.tech/], so, now you can use commands from it, like `bors d=@some_user`, `bors try`, or `bors r+` - Reverted change with `musl-gcc`. We reverted `CGO_ENABLED=0`, so, CGO turned off for all targets and `netgo`, `osuser` etc.. system-dependent packages are not statically linked. Also separate `musl` binary provided. - macOS temporarily removed from CI -- Added curl dependency to download rr (@) +- Added curl dependency to download rr (@dkarlovi) v1.6.2 (23.02.2020) ------------------- |