From fb25172f4986f1acf99ee8ebd0dcf23e1e8e38a6 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Tue, 27 Nov 2018 09:39:42 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78799c4e..a94945fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ #### Bug Fixes + * [PR #577](https://github.com/fabiolb/fabio/issues/577): Fix ip access rules within tcp proxy + + Access rules were not being evaluated in the `tcp` proxy. + + Thanks to [@KEZHwMlXV1vFzs6QvY8v5WjX5](https://github.com/KEZHwMlXV1vFzs6QvY8v5WjX5) for identifying the issue, + providing a solution, and testing. + #### Improvements #### Features