We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf63a4 commit 6f0bc94Copy full SHA for 6f0bc94
changes.txt
@@ -2,10 +2,23 @@ Change Log
2
==========
3
4
5
-**Changes in version 1.23.1 (2023-08-23)**
+**Changes in version 1.23.1 (2023-08-24)**
6
7
* Updated README and package summary description.
8
9
+*
10
+ Fixed a problem on some Linux installations with Python-3.10
11
+ (and possibly earlier versions) where `import fitz` failed with
12
+ `ImportError: libcrypt.so.2: cannot open shared object file: No such
13
+ file or directory`.
14
+
15
16
+ Fixed `incompatible architecture` error on MacOS arm64.
17
18
19
+ Fixed installation warning from Poetry about missing entry in wheels'
20
+ RECORD files.
21
22
23
**Changes in version 1.23.0 (2023-08-22)**
24
0 commit comments