Skip to content

Commit 9f7ce4a

Browse files
authored
Prepae for release 0.7.0 (#216)
* Added changelog for 0.7.0 * Added note about desc filter * Update Changelog.md
1 parent 92d74ea commit 9f7ce4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changelog.md

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

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

5+
## 0.7.0
6+
7+
### Added
8+
9+
- Support for `php-translation/common:0.3` and `php-translation/symfony-storage:0.5`
10+
- Support for dumping to .po files.
11+
- Support for `SourceLocation`'s context key `translation` which adds a default translation to the `Message`.
12+
- Better respect blacklist and whitelist in `CatalogueFetcher`.
13+
14+
### Fixed
15+
16+
- Bug with config option `local_file_storage_options` not being used.
17+
- Bug with edit-in-place and custom activator.
18+
19+
### Changed
20+
21+
- The "desc" filter will be used as default translation when extracting.
22+
523
## 0.6.2
624

725
### Added

0 commit comments

Comments
 (0)