From c2b000d9102b7bb8e1524526a68e59b8309f5b55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Mar 2018 10:39:40 +0100 Subject: [PATCH] Update change log. --- changelog.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index c5a947be45..c94884e46a 100644 --- a/changelog.md +++ b/changelog.md @@ -5,21 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [4.7.1] - 2018-03-04 ### Added - A brand new API. Read about it in the [documentation](http://firefly-iii.readthedocs.io/en/latest/). -- Add support for Spanish. #1194 +- Add support for Spanish. [issue 1194](https://github.com/firefly-iii/firefly-iii/issues/1194) - Some custom preferences are selected by default for a better user experience. -- Some new currencies #1211 +- Some new currencies [issue 1211](https://github.com/firefly-iii/firefly-iii/issues/1211) ### Fixed -- Fixed #1155 (reported by @ndandanov) -- #1156 #1182 and other issues related to SQLite databases. -- Multi-page budget overview was broken (reported by @jinformatique) -- Importing CSV files with semi-colons in them did not work #1172 #1183 #1210 -- Could not use account number that was in use by a deleted account #1174 -- Fixed spelling error that lead to 404's #1175 #1190 -- Fixed tag autocomplete #1178 -- Better links for "new transaction" buttons #1185 -- Cache errors in budget charts #1192 -- Deleting transactions that are linked to other other transactions would lead to errors #1209 +- Fixed [issue 1155](https://github.com/firefly-iii/firefly-iii/issues/1155) (reported by [ndandanov](https://github.com/ndandanov)) +- [Issue 1156](https://github.com/firefly-iii/firefly-iii/issues/1156) [issue 1182](https://github.com/firefly-iii/firefly-iii/issues/1182) and other issues related to SQLite databases. +- Multi-page budget overview was broken (reported by [jinformatique](https://github.com/jinformatique)) +- Importing CSV files with semi-colons in them did not work [issue 1172](https://github.com/firefly-iii/firefly-iii/issues/1172) [issue 1183](https://github.com/firefly-iii/firefly-iii/issues/1183) [issue 1210](https://github.com/firefly-iii/firefly-iii/issues/1210) +- Could not use account number that was in use by a deleted account [issue 1174](https://github.com/firefly-iii/firefly-iii/issues/1174) +- Fixed spelling error that lead to 404's [issue 1175](https://github.com/firefly-iii/firefly-iii/issues/1175) [issue 1190](https://github.com/firefly-iii/firefly-iii/issues/1190) +- Fixed tag autocomplete [issue 1178](https://github.com/firefly-iii/firefly-iii/issues/1178) +- Better links for "new transaction" buttons [issue 1185](https://github.com/firefly-iii/firefly-iii/issues/1185) +- Cache errors in budget charts [issue 1192](https://github.com/firefly-iii/firefly-iii/issues/1192) +- Deleting transactions that are linked to other other transactions would lead to errors [issue 1209](https://github.com/firefly-iii/firefly-iii/issues/1209) ## [4.7.0] - 2018-01-31 ### Added