Skip to content

Commit 1ca7b05

Browse files
welcoMatticNyholm
authored andcommitted
Add changelog for 0.3.2 (#97)
* Add changelog for 0.3.2 * Improve changelog for 0.3.2 * Precise symfony_profiler config in README.md
1 parent a4c30e5 commit 1ca7b05

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 0.3.2
8+
9+
### Changed
10+
11+
- HTML fixes on profiler page
12+
13+
### Added
14+
15+
- Support for Symfony 3.3.x
16+
- Option to not show "untranslatable" in WebUI
17+
- Make sure we fail with an exception if SfTranslation is not enabled
18+
- Improved testing
19+
20+
### Fixed
21+
22+
- Added translation cache dir on warmup
23+
724
## 0.3.1
825

926
### Added

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ An example configuration looks like this:
3636
// config.yml
3737
translation:
3838
locales: ["en", "sv"]
39-
symfony_profiler:
39+
symfony_profiler: # must be placed in config_dev.yml
4040
enabled: true
4141
webui:
4242
enabled: true

0 commit comments

Comments
 (0)