Skip to content

Commit fb332de

Browse files
committed
Update CHANGELOG.md
1 parent 7a256a5 commit fb332de

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Change Log
22

33
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
44

5+
## 1.1.0
6+
7+
* Fixed an incompatibility issue related to image loading in pyglet 1.4.x
8+
* Texture instances now store the texture name as they apprear in the material
9+
and an optional path parameter that represents the absolute path to the
10+
texture.
11+
* Removed dead code related related to python 2/3 compatibility
12+
13+
## 1.0.5
14+
15+
* Visualization module should enable depth testing by default.
16+
This is what most people need.
17+
518
## 1.0.4
619

720
* Faces with undefined texture coordinates will

0 commit comments

Comments
 (0)