From 43dca48eebd3a3e5ef822b15b79a1392d0813a91 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 6 Mar 2017 05:11:27 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..8dfdd0dd68 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## 0.2.0 (March 6, 2017) + +BREAKING CHANGES: + +- Update to ABCI v0.4.0 and Tendermint v0.9.0 +- Coins are specified on the CLI as `Xcoin`, eg. `5gold` +- `Cost` is now `Fee` + +FEATURES: + +- CLI for sending transactions and querying the state, +designed to be easily extensible as plugins are implemented +- Run Basecoin in-process with Tendermint +- Add `/account` path in Query +- IBC plugin for InterBlockchain Communication +- Demo script of IBC between two chains + +IMPROVEMENTS: + +- Use new Tendermint `/commit` endpoint for crafting IBC transactions +- More unit tests +- Use go-crypto S structs and go-data for more standard JSON +- Demo uses fewer sleeps + +BUG FIXES: + +- Various little fixes in coin arithmetic +- More commit validation in IBC +- Return results from transactions + +## PreHistory + +##### January 14-18, 2017 + +- Update to Tendermint v0.8.0 +- Cleanup a bit and release blog post + +##### September 22, 2016 + +- Basecoin compiles again + + +