diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5e3cddfa68bf8cf4cac7538412d3f7d5b8e6a9..1bbfa7c03ca5fec18c7955cfb5ece9f9546a4804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,28 @@ +## v0.50.5 (21/03/2020) +### Bugs +* Fix send money to pubkey with search user selected + +### Tests +* Update and fix pytest suite +* Update duniter-mirage dependency version + +### Enhancements +* Tx history update button set to disable until update is done +* Increase delay between network crawlings to 1 mn + +### CI/CD +* Add format and tests stage in .gitlab-ci.yml + ## v0.50.4 (18/03/2020) ### Code -* fix session closed error (regression in v0.50.3) +* Fix session closed error (regression in v0.50.3) ## v0.50.3 (16/03/2020) ### Code -* fix exception when refresh tx history -* fix Unclosed client session error (at last !) +* Fix exception when refresh tx history +* Fix Unclosed client session error (at last !) ### CI/CD -* fix bug with setuptools 28.8.x version in gitlab CI/CD image +* Fix bug with setuptools 28.8.x version in gitlab CI/CD image ## v0.50.2 (10/03/2020) ### Code