Skip to content

Commit 70c6ff2

Browse files
author
Oscar Otero
committed
updated changelog
1 parent ec5e7af commit 70c6ff2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
Previous releases are documented in [github releases](https://github.com/oscarotero/Gettext/releases)
99

10+
## [4.6.3] - 2019-07-15
11+
### Added
12+
- Some VueJs extraction improvements and additions [#205], [#213]
13+
14+
### Fixed
15+
- Multiline extractions in jsCode [#200]
16+
- Support for js template literals [#214]
17+
- Fixed tabs in PHP comments [#215]
18+
1019
## [4.6.2] - 2019-01-12
1120
### Added
1221
- New option `facade` in blade extractor to use a facade instead create a blade compiler [#197], [#198]
@@ -108,7 +117,13 @@ Previous releases are documented in [github releases](https://github.com/oscarot
108117
[#191]: https://github.com/oscarotero/Gettext/issues/191
109118
[#197]: https://github.com/oscarotero/Gettext/issues/197
110119
[#198]: https://github.com/oscarotero/Gettext/issues/198
120+
[#200]: https://github.com/oscarotero/Gettext/issues/200
121+
[#205]: https://github.com/oscarotero/Gettext/issues/205
122+
[#213]: https://github.com/oscarotero/Gettext/issues/213
123+
[#214]: https://github.com/oscarotero/Gettext/issues/214
124+
[#215]: https://github.com/oscarotero/Gettext/issues/215
111125

126+
[4.6.3]: https://github.com/oscarotero/Gettext/compare/v4.6.2...v4.6.3
112127
[4.6.2]: https://github.com/oscarotero/Gettext/compare/v4.6.1...v4.6.2
113128
[4.6.1]: https://github.com/oscarotero/Gettext/compare/v4.6.0...v4.6.1
114129
[4.6.0]: https://github.com/oscarotero/Gettext/compare/v4.5.0...v4.6.0

0 commit comments

Comments
 (0)