Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Clarify internal usage of zipimporter (not user-visible code)
- Fixed an old problem in PDF doc generation where the path to an
image file ended up with a "not found" error.
- Fixed a PDF doc build problem relating to illegal margin widths ("").
- Reference manual improvements:
* More clarifications in Builder Methods section.
* Clarify VariantDir behavior when switching from duplicate=True (the
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ DOCUMENTATION
- Fixed an old problem in PDF doc generation where the path to an
image file ended up with a "not found" error.

- Fixed a PDF doc build problem relating to illegal margin widths ("").

DEVELOPMENT
-----------

Expand Down
Loading
Loading