From 4b716e35b9c7962467e4b86b00f0b714cf7ba596 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 10 Apr 2020 07:20:45 +0200 Subject: [PATCH] Prep changelog for new release. --- app/Models/Budget.php | 4 ---- changelog.md | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/Models/Budget.php b/app/Models/Budget.php index 94c118c490..5a977ebdf2 100644 --- a/app/Models/Budget.php +++ b/app/Models/Budget.php @@ -77,10 +77,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; * @property-read int|null $budgetlimits_count * @property-read int|null $transaction_journals_count * @property-read int|null $transactions_count - * @property \Illuminate\Support\Carbon|null $created_at - * @property \Illuminate\Support\Carbon|null $updated_at - * @property bool $encrypted - * @property-read \Illuminate\Database\Eloquent\Collection|\FireflyIII\Models\BudgetLimit[] $budgetlimits */ class Budget extends Model { diff --git a/changelog.md b/changelog.md index 4b9944ca16..1f1572a77c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [5.2.0 (API 1.1.0)] - 2020-xx-xx +## [5.2.0 (API 1.1.0)] - 2020-04-11 + +- ⚠️ This will be the last version to support PHP version 7.3. The next release will require PHP **7.4** +- ⚠️ The bunq and CSV import routines have been disabled and replaced by their stand alone variants: [bunq](https://github.com/firefly-iii/bunq-importer), [CSV](https://github.com/firefly-iii/csv-importer). This release was preceded by a number of test versions: