Skip to content

Commit 380d979

Browse files
authored
Prepare for 0.8.0 (#246)
* Prepare for 0.8.0 * minor * Add missing parentheses to method name * Added note
1 parent 359b8cd commit 380d979

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Changelog.md

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

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

5+
## 0.8.0
6+
7+
### Added
8+
9+
- Bootstrap 4.1 CSS for web UI
10+
- Support for stable `php-translation` dependencies
11+
12+
### Fixed
13+
14+
- Only add translation form `@desc` annotation to the default locale
15+
- Ensure storage exists before using it in commands
16+
- `FileDumper::setBackup()` deprecation notice
17+
- Twig `strict_variabels` deprecation notice
18+
- Avoid global bootstrap overrides - apply styles via new .configs CSS class
19+
20+
### Changed
21+
22+
- The `FallbackTranslator` will not try to translate to an empty locale. This could be considered as a BC break
23+
since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
24+
525
## 0.7.0
626

727
### Added

0 commit comments

Comments
 (0)