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