Skip to content

0.15.1: Scottish Fold

Compare
Choose a tag to compare
@jpsim jpsim released this 29 Nov 22:56
· 924 commits to main since this release
2e9a724

This is a special Scottish Fold release. I had trouble finding a good release name, so I googled for cat breeds...

Look at this fella:

Scottish Fold

Anyway, small release:

Breaking
  • None.
Enhancements
Bug Fixes
  • CXComment.commandName() was returning nil on custom code comments
    since Xcode 8.1. This caused a force unwrap when generating
    documentation. Inline command comment is now used as a
    fallback to catch this edge case.
    Jérémie Girault