[NEW] Support for Xcode 4.3 and it’s relocation of momc into its bundle. Only supports /Applications/Xcode.app for now. (Matt McGlincy)
[CHANGE] Now generates size-specific scalar types (int16_t, int32_t, int64_t) instead of size-variable types (short, int, long long). bug 2 (Rob Rix)
[NEW] Can now generate NSFetchedResultsController creation code for to-many relationships (use --template-var frc=true). (Daniel Tull)
[DOC] Link to John Blanco’s Getting Started with Mogenerator.