fix(changelog): Public APIs

This commit is contained in:
Kyle Fuller
2016-11-28 18:30:38 +00:00
parent c99a40c5d9
commit ada4e81082

View File

@@ -8,7 +8,7 @@
`loadTemplate(s)` methods are now throwing and now take labels for the `name` `loadTemplate(s)` methods are now throwing and now take labels for the `name`
and `names` arguments. and `names` arguments.
- Many internal classes are no longer private. Some APIs were previously - Many internal classes are no longer public. Some APIs were previously
accessible due to earlier versions of Swift requiring the types to be public accessible due to earlier versions of Swift requiring the types to be public
to be able to test. Now we have access to `@testable` these can correctly be to be able to test. Now we have access to `@testable` these can correctly be
private. private.