Skip to content

Commit

Permalink
Merge pull request #239 from OpenConext/feature/add-symfony-4-0-0-cha…
Browse files Browse the repository at this point in the history
…ngelog

Add changelog for 4.0.0
  • Loading branch information
pablothedude authored Jul 29, 2020
2 parents 157d871 + 80a1462 commit a6c73f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 4.0.0
From this version PHP 7.2 is supported and support for PHP 5.6 is dropped.

Be aware that the new Symfony directory structure is now used. So if you are overwriting for example config files it is recommended
to verify the location on forehand. Also the file extensions of Yaml files are changed and some Symfony specific special characters
need to be escaped.

See: https://github.com/symfony/symfony/blob/4.4/UPGRADE-4.0.md

**Improvements**
* Upgrade to Symfony 4.4 LTS and support php 7.2 #237

## 3.1.3
**Bugfix**
* Allow updating the location of an RA #235
Expand Down

0 comments on commit a6c73f2

Please sign in to comment.