diff --git a/CHANGELOG.md b/CHANGELOG.md index b0062f9..26e31ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ `loadTemplate(s)` methods are now throwing and now take labels for the `name` 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 to be able to test. Now we have access to `@testable` these can correctly be private.