Skip to content

Commit

Permalink
RELEASE_NOTES provides links to documentation of classes changed in v…
Browse files Browse the repository at this point in the history
…4.1.0
  • Loading branch information
groue committed Jun 30, 2012
1 parent 31a152d commit fdcf398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Expand Up @@ -32,12 +32,14 @@ Deprecated APIs:
@end @end
``` ```


The new APIs are documented in [Guides/delegate.md](Guides/delegate.md). GRMustacheDelegate is documented in [Guides/delegate.md](Guides/delegate.md).


### GRMustacheTemplateRepositoryDataSource protocol ### GRMustacheTemplateRepositoryDataSource protocol


The return type of `-[GRMustacheTemplateRepositoryDataSource templateRepository:templateIDForName:relativeToTemplateID:]` as changed from `id` to `id<NSCopying>`. The return type of `-[GRMustacheTemplateRepositoryDataSource templateRepository:templateIDForName:relativeToTemplateID:]` as changed from `id` to `id<NSCopying>`.


GRMustacheTemplateRepositoryDataSource is documented in [Guides/template_repositories.md](Guides/template_repositories.md).

### Errors ### Errors


GRMustache used to output badly formatted errors. They are now easier to read. GRMustache used to output badly formatted errors. They are now easier to read.
Expand Down

0 comments on commit fdcf398

Please sign in to comment.