From 4b65d8bac314ccf2fed5dff8f8d50b448ec06419 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Fri, 16 Jun 2017 20:51:23 +0200 Subject: [PATCH] Update changelog notes for relay update --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a917a1c79..701e96a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ BREAKING CHANGES: - no longer supports counter app (see new countercli) - basecoin - removed all client side functionality from it (use basecli now for proofs) + - no tx subcommand + - no query subcommand + - no account (query) subcommand + - a few other random ones... + - enhanced relay subcommand + - relay start did what relay used to do + - relay init registers both chains on one another (to set it up so relay start just works) ENHANCEMENTS: - intergrates tendermint 0.10.0 (not the rc-2, but the real thing)