Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj authored Sep 16, 2021
1 parent 476d323 commit 206f5c1
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ CHANGELOG
=========


2.0.0 (2021-XX-XX)
2.0.0 (2021-09-16)
------------------

- Use `symfony/config` to process `theme.yml` manifests.
The YAML syntax changed.
**Upgrade path:** The `layouts` key moved one level up in the `theme.yml` syntax
- Switched to native Twig support introduced in Contao 4.12.
**Upgrade path:** Change references from `@foobar/template.html.twig` to `@Contao_Theme_foobar/template.html.twig`.
### Breaking changes

- Use `symfony/config` to process `theme.yml` manifests. The YAML syntax changed.
**Upgrade path:** Move the `layouts` key one level up in the `theme.yml` syntax (there is one migration that handles this).
- Switched to native Twig support introduced in Contao 4.12.
**Upgrade path:** Change references from `@foobar/template.html.twig` to `@Contao_Theme_Foobar/template.html.twig`.

### Fixes

- Use the configured web directory, other than hardcode it to `/web`
- Process image_sizes config of the manifest file and persist the config in tl_image_size

1.0.0 (2021-03-24)
------------------
Expand Down

0 comments on commit 206f5c1

Please sign in to comment.