Skip to content

Commit caa2013

Browse files
committed
CHANGELOG typos
1 parent fcf44ce commit caa2013

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
44

55
## 1.3.2
66

7-
* Property handle face lines with unspecified normal index such as `1/2/`
7+
* Properly handle face lines with unspecified normal index such as `1/2/`
88

99
## 1.3.1
1010

@@ -26,12 +26,12 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
2626

2727
* Pywavefront is now using `pathlib` internally. `Path` instances can also
2828
be passed to all parsers.
29-
* Bugfix: Texture paths in materials should no longer be mangled when
29+
* Bug fix: Texture paths in materials should no longer be mangled when
3030
containing spaces or special characters. It should always be read
3131
exactly as it appears in the file.
3232
* Texture: `file_name` property added as a more robust way to get
3333
the texture file name without path. This should even work for
34-
hardcoded windows path on Linux and OS X.
34+
hard coded windows path on Linux and OS X.
3535
* Texture: Added `find` method searching for the exact texture name in a directory
3636
and all subdirectories. By default it will search from the obj file's location.
3737
* Visualization: `draw` methods now supports `lighting_enabled` and `textures_enabled`
@@ -41,7 +41,7 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4141
## 1.1.0
4242

4343
* Fixed an incompatibility issue related to image loading in pyglet 1.4.x
44-
* Texture instances now store the texture name as they apprear in the material
44+
* Texture instances now store the texture name as they appear in the material
4545
and an optional path parameter that represents the absolute path to the
4646
texture.
4747
* Removed dead code related related to python 2/3 compatibility

0 commit comments

Comments
 (0)