You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,6 +93,10 @@ part of your geospatial project.
93
93
94
94
# Version Changes
95
95
96
+
## 3.1.6
97
+
### Feature
98
+
- Encodings can now be read from .cpg files (and optionally written to them).
99
+
96
100
## 3.1.5
97
101
### Bug fix
98
102
- Fixed another bug causing dates before the year 1000 to be encoded as less than 8 chars under "%Y%m%d (found by [Thomas Beierlein](https://github.com/GeospatialPython/pyshp/issues/435))
Copy file name to clipboardExpand all lines: changelog.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
VERSION 3.1.6
2
+
2026-07-25
3
+
* Encodings can now be read from .cpg files (and optionally written to them).
4
+
1
5
VERSION 3.1.5
2
6
2026-07-22
3
7
* Fixed another bug causing dates before the year 1000 to be encoded as less than 8 chars under "%Y%m%d (found by [Thomas Beierlein](https://github.com/GeospatialPython/pyshp/issues/435))
0 commit comments