summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-08 00:09:33 +0300
committerWolfy-J <[email protected]>2018-09-08 00:09:33 +0300
commit24b50941c91dbd1067fc4b143085fda504321a8b (patch)
tree098cff062913b8e18f0e64ae2be0477f493daa72 /CHANGELOG.md
parent9d8ac450cb837d0528bf5721b9901134ae623518 (diff)
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8094cae1..a980efab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ in container
- debug handlers has been moved from root command and now can be defined by each service
- bugfix: panic when using debug mode without http service registered
- `rr.Verbose` and `rr.Debug` are not public
+- rpc service now exposes it's address to underlying workers to simplify the connection
+- env service construction has been simplified in order to unify it with other services
v1.1.1 (26.07.2018)
-------