Skip to content

Commit 591be6b

Browse files
author
Sylvain MARIE
committed
Changelog
1 parent 0ad323b commit 591be6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3+
### 0.7.10 - `sys.path` is not reset between code blocks
4+
5+
- `sys.path` modifications now persist across blocks of an example. `sys.path` is still reset after each example. PR [#82](https://github.com/smarie/mkdocs-gallery/pull/82) by [Louis-Pujol](https://github.com/Louis-Pujol).
6+
37
### 0.7.9 - `optipng` and better error messages
48

59
- Fixed `AttributeError` when `optipng` is installed and used through the `compress_images` option. PR [#77](https://github.com/smarie/mkdocs-gallery/pull/77) by [Samreay](https://github.com/Samreay)
610
- Swapped from deprecated `disutils.version` to `packaging.version`. PR [#79](https://github.com/smarie/mkdocs-gallery/pull/79) by [Samreay](https://github.com/Samreay)
711
- Re-raise errors for better ExtensionError messages, so users have full details about the original problem. PR [#58](https://github.com/smarie/mkdocs-gallery/pull/58) by [GenevieveBuckley](https://github.com/GenevieveBuckley)
8-
- `sys.path` modifications now persist accross blocks of an example. `sys.path` is still reset after each example. PR [#82](https://github.com/smarie/mkdocs-gallery/pull/82) by [Louis-Pujol](https://github.com/Louis-Pujol).
912

1013
### 0.7.8 - Bugfixes
1114

0 commit comments

Comments
 (0)