Skip to content

Commit 12feb67

Browse files
committed
HISTORY: Add 1.3.1
1 parent bd2145f commit 12feb67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
## 1.3.1
4+
5+
**Fixes**
6+
7+
- get_library: Fix possible dll check exists error. If no dlls were found, then the local dll path string would be
8+
what DLL ultimately becomes after the for each loop. Meaning the next `if not dll` check wouldnt be true, and would
9+
think that DLL was actually found.
10+
311
## 1.3.0
412

513
**Fixes**

0 commit comments

Comments
 (0)