From 3d24363a3de8d7f2553d73e9bfb1a07f3adc5b42 Mon Sep 17 00:00:00 2001 From: martin bedouret Date: Thu, 7 Nov 2019 14:31:06 -0300 Subject: [PATCH] update changelog --- .grenrc.json | 8 ++++++++ CHANGELOG.md | 14 ++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .grenrc.json diff --git a/.grenrc.json b/.grenrc.json new file mode 100644 index 000000000..1bd39e1d7 --- /dev/null +++ b/.grenrc.json @@ -0,0 +1,8 @@ +{ + "dataSource": "milestones", + "groupBy": { + "New Features": ["enhancement", "feature", "internal"], + "Bug Fixes:": ["bug"] + }, + "changelogFilename": "CHANGELOG.md" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index e7198f119..d0ec36a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog ## 1.0.6 (07/11/2019) -- [**closed**] Update Montenegrin translation strings [#518](https://github.com/cboard-org/cboard/issues/518) -- [**closed**] After adding the new board, it appears at the bottom of the home board (like new tile) and it shouldn't (screenshot in the right cell - new board is colored grey) [#515](https://github.com/cboard-org/cboard/issues/515) -- [**closed**] Missing board after logging out and in [#514](https://github.com/cboard-org/cboard/issues/514) -- [**closed**] No option to change password if you forget it and you cannot log in [#513](https://github.com/cboard-org/cboard/issues/513) + +#### New Features + +- [**feature**] Update Montenegrin translation strings [#518](https://github.com/cboard-org/cboard/issues/518) +- [**feature**] No option to change password if you forget it and you cannot log in [#513](https://github.com/cboard-org/cboard/issues/513) + +#### Bug Fixes: + +- [**bug**] After adding the new board, it appears at the bottom of the home board (like new tile) and it shouldn't (screenshot in the right cell - new board is colored grey) [#515](https://github.com/cboard-org/cboard/issues/515) +- [**bug**] Missing board after logging out and in [#514](https://github.com/cboard-org/cboard/issues/514) ---