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.5
97
+
### Bug fix
98
+
- 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))
99
+
96
100
## 3.1.4
97
101
### Bug fix
98
102
- Fix bug causing dates supplied as length 8 strings of digits to be encoded by the custom encoding, not ascii.
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.5
2
+
2026-07-22
3
+
* 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