mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New change log
This commit is contained in:
parent
aae4a78fd4
commit
e13a61645d
21
CHANGELOG.md
21
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user