Skip to content

Commit

Permalink
Add change notes for changed features and bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jul 25, 2023
1 parent 54fc35d commit 922d5b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Note that version 1.16.0 drops support for Python 2.7 and 3.5. Python version
be left until the point of the call. In the other cases, the wrapper will not
be applied if the value evaluates false at the point of applying the wrapper.

**Features Changed**

* The import hook loader and finder objects are now implemented as transparent
object proxies so they properly proxy pass access to attributes/functions of
the wrapped loader or finder.

**Bugs Fixed**

* It was not possible to update the ``__class__`` attribute through the
transparent object proxy when relying on the C implementation.

Version 1.15.0
--------------

Expand Down

0 comments on commit 922d5b2

Please sign in to comment.