Skip to content

Commit

Permalink
Prepae for release 0.7.0 (#216)
Browse files Browse the repository at this point in the history
* Added changelog for 0.7.0

* Added note about desc filter

* Update Changelog.md
  • Loading branch information
Nyholm authored Apr 12, 2018
1 parent 92d74ea commit 9f7ce4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.7.0

### Added

- Support for `php-translation/common:0.3` and `php-translation/symfony-storage:0.5`
- Support for dumping to .po files.
- Support for `SourceLocation`'s context key `translation` which adds a default translation to the `Message`.
- Better respect blacklist and whitelist in `CatalogueFetcher`.

### Fixed

- Bug with config option `local_file_storage_options` not being used.
- Bug with edit-in-place and custom activator.

### Changed

- The "desc" filter will be used as default translation when extracting.

## 0.6.2

### Added
Expand Down

0 comments on commit 9f7ce4a

Please sign in to comment.