There was an error while loading. Please reload this page.
1 parent 4863288 commit ba20128Copy full SHA for ba20128
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.6 - 2022-09-24
4
+
5
+* Fix parsing of escaped string literal in the macro arguments
6
7
## 0.2.5 - 2022-09-17
8
9
* Allow customization of the output with the `feature_label=` parameter
Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "document-features"
-version = "0.2.5"
+version = "0.2.6"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments