Skip to content

Commit ab7f4a2

Browse files
authored
Prepare for 0.3.0 (#80)
1 parent a8adc4f commit ab7f4a2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Changelog.md

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

55
## UNRELEASED
66

7+
## 0.3.0
8+
9+
### Added
10+
11+
- Support for Twig2
12+
- Allow to pass options ot the dumper
13+
- Use stable version of extractor
14+
- Clear cache when updating translations with EditInPlace
15+
16+
### Changed
17+
18+
- Updated namespace for EditInPlace feature
19+
20+
### Fixed
21+
22+
- Bug when DataCollector might be missing
23+
- Better regex for EditInPlace attribute replacement
24+
725
## 0.2.0
826

927
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"minimum-stability": "dev",
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.3-dev"
47+
"dev-master": "0.4-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)