docs: update the change log for renderMarkdown spec option

This commit is contained in:
Seyed Mojtaba Hosseini Zeidabadi 2022-11-22 13:18:03 +03:30
parent 9d64afa4bd
commit 2f2fd65370

View File

@ -9,6 +9,7 @@
- Added ability to generate multiple projects in one XcodeGen launch #1270 @skofgar
- Use memoization during recursive SpecFiles creation. This provides a drastic performance boost with lots of recursive includes #1275 @ma-oli
- Added `--render-markdowns` command flag to generate the `.xcodesamplecode.plist` inside the project container and let Xcode render the markdown files with `md` extension.
- Added `renderMarkdown` spec option generate the `.xcodesamplecode.plist` inside the project container and let Xcode render the markdown files with `md` extension.
### Fixed