Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Nov 5, 2022
1 parent 9da3012 commit 9e4e06a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 2.6.5 (Unreleased)

* Controlled errors in a couple of situations:

- Attempting to eager load or reload before invoking `setup` now raises
`Zeitwerk::SetupRequired`.

- The method `Zeitwerk::Loader#push_dir` raises `Zeitwerk::Error` if it gets
an anonymous custom namespace.

These should be backwards compatible, because they raise in circumstances that
didn't work anyway.

* Enforcement of private interfaces continues with another gradual patch.

## 2.6.4 (1 November 2022)

Ruby does not have gem-level visibility, so sometimes you need things to be
Expand Down

0 comments on commit 9e4e06a

Please sign in to comment.