diff --git a/CHANGELOG.md b/CHANGELOG.md index a54b72e062..412b2d343d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - No unreleased changes yet. + +## [3.8.4] - 2016-04-24 +### Added +- Lots of new translations. +- Can now set page size. +- Can now mass edit transactions. +- Can now mass delete transactions. +- Firefly will now attempt to verify the integrity of your database when updating. + +### Changed +- New version of Charts library. + +### Fixed +- Several CSV related bugs. +- Several other bugs. +- Bugs fixed by @Bonno. + ## [3.8.3] - 2016-04-17 ### Added - New audit report to see what happened. diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 168f57701b..133b37a34d 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -275,6 +275,10 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)', 'pref_save_settings' => 'Save settings', 'saved_preferences' => 'Preferences saved!', + 'transaction_page_size_title' => 'Page size', + 'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions', + 'transaction_page_size_label' => 'Page size', + 'budget_maximum' => 'Budget maximum', // profile: 'change_your_password' => 'Change your password',