Skip to content

Commit 6cbd0ed

Browse files
authored
Prepare for 0.6.2 (#193)
* Prepare for 0.6.1 * Added more changelogs * Added changelog
1 parent cb44bc9 commit 6cbd0ed

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Changelog.md

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

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

5+
## 0.6.2
6+
7+
### Added
8+
9+
- User feedback when you use DeleteObsoleteCommand.
10+
- Injecet depedencies in commands.
11+
- Added argument for sync direction.
12+
13+
### Changed
14+
15+
- The service `php_translation.storage.default` is now public.
16+
- The XliffDumper does not backup existing files before creating dump. This is the default behavior in
17+
Symfony 4.
18+
19+
### Fixed
20+
21+
- `Metadata::$notes` will not change when running `Metadata::getAllInCategory()`
22+
23+
## 0.6.1
24+
25+
### Fixed
26+
27+
-- Symfony 4 issues with the DownloadCommand.
28+
529
## 0.6.0
630

731
### Added

0 commit comments

Comments
 (0)