diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a9707ff9..6baf55b7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.5.0] - 2017-07-07 +## [4.6.0] - 2017-06-28 + +### Changed +- Revamped import routine. Will be buggy. + +### Fixed +- Issue #667, postgresql reported by @skibbipl. +- Issue #680 by @Xeli +- Fixed #660 +- Fixes #672, reported by @dzaikos +- Translation error fixed by +- Fix a bug where the balance routine forgot to account for accounts without a currency preference. +- Various other bugfixes. + +### Security +- Initial release. + +## [4.5.0] - 2017-06-07 ### Added - Better support for multi-currency transactions and display of transactions, accounts and everything. This requires a database overhaul (moving the currency information to specific transactions) so be careful when upgrading. @@ -11,7 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Expanded Docker to work with postgresql as well, thanks to @kressh ### Fixed -- PostgreSQL support in database upgrade routine (#644, reported by @) +- PostgreSQL support in database upgrade routine (#644, reported by @skibbipl) - Frontpage budget chart was off, fix by @nhaarman - Was not possible to remove opening balance.