Skip to content

Commit a772cdb

Browse files
authored
Prepare for 0.6.0 (#184)
* Prepare for 0.6.0 * Update composer.json
1 parent d9d0404 commit a772cdb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 0.6.0
6+
7+
### Added
8+
9+
- Support for Symfony 4
10+
- Support for `desc` Twig filter
11+
- Support for extract/update only for one bundle
12+
13+
### Fixed
14+
15+
- Dump configuration reference
16+
- Improved statistics on WebUI
17+
18+
### Changed
19+
20+
- Commands are registered as services
21+
- `EditInPlaceResponseListener::__construct` uses `UrlGeneratorInterface` instead of the concreate class `Router`
22+
- The `php_translation.edit_in_place.activator` service is public
23+
524
## 0.5.0
625

726
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-master": "0.4-dev"
55+
"dev-master": "0.7-dev"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)