1# Changelog 2 3 4## 0.2.7 - 2023-12-29 5 6* Remove `\n` between features (#17) 7* Don't throw an error when there is no features in Cargo.toml (#20) 8 9## 0.2.7 - 2022-12-21 10 11* Fix parsing of Cargo.toml with multi-line array of array (#16) 12 13## 0.2.6 - 2022-09-24 14 15* Fix parsing of escaped string literal in the macro arguments 16 17## 0.2.5 - 2022-09-17 18 19* Allow customization of the output with the `feature_label=` parameter 20 21## 0.2.4 - 2022-09-14 22 23* Fix dependencies or features written with quotes 24 25## 0.2.3 - 2022-08-15 26 27* Fix parsing of table with `#` within strings (#10) 28 29## 0.2.2 - 2022-07-25 30 31* Fix parsing of dependencies or feature spanning multiple lines (#9) 32 33## 0.2.1 - 2022-02-12 34 35* Fix indentation of multi-lines feature comments (#5) 36 37## 0.2.0 - 2022-02-11 38 39* Added ability to document optional features. (This is a breaking change in the 40 sense that previously ignored comments may now result in errors) 41 42## 0.1.0 - 2022-02-01 43 44Initial release 45