From 396fdc23ee87abdcca3b37ccaaddc0afd9eeec3f Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Thu, 23 Apr 2020 09:51:31 +0200 Subject: [PATCH] [enh] Add v1.6.5 changelog --- doc/changelog/changelog_v1.6.2.md | 2 ++ doc/changelog/changelog_v1.6.5.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/changelog/changelog_v1.6.5.md diff --git a/doc/changelog/changelog_v1.6.2.md b/doc/changelog/changelog_v1.6.2.md index 9063b0233..fa61e29e7 100644 --- a/doc/changelog/changelog_v1.6.2.md +++ b/doc/changelog/changelog_v1.6.2.md @@ -25,6 +25,8 @@ - [fix] Unable to set avatar and page's pictures - fix [#904](https://git.duniter.org/clients/cesium-grp/cesium/-/issues/904) +## Development environment + ### Build from source Before building Cesium, please launch this commands: diff --git a/doc/changelog/changelog_v1.6.5.md b/doc/changelog/changelog_v1.6.5.md new file mode 100644 index 000000000..c8ec8a112 --- /dev/null +++ b/doc/changelog/changelog_v1.6.5.md @@ -0,0 +1,10 @@ +# Version v1.6.5 + +## All platforms + +- [fix] Unable to report abuse, or like, a profile, if not login - fix [#913](https://git.duniter.org/clients/cesium-grp/cesium/-/issues/913) + +## Android + +- [fix] Fix startup error, under Android 10 (API 28) - [#898](https://git.duniter.org/clients/cesium-grp/cesium/-/issues/898) +- [fix] Fix 'findIndex' error on transaction history, under Android 4.4 (API 19) - fix [#912](https://git.duniter.org/clients/cesium-grp/cesium/-/issues/912) -- GitLab