diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bdad1f..a1b96f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,13 @@ * By default, `Zeitwerk::Loader#dirs` filters ignored root directories out. Please, pass `ignored: true` if you want them included. + It is very strange to configure a root directory and also ignore it, the edge + case is supported only for completeness. However, in that case, client code + listing namespaces rarely needs the ignored ones. + * Documentation improvements. -* Internals improvements. +* Enforcement of private interfaces continues with another gradual patch. ## 2.6.6 (8 November 2022)