Skip to content

Commit 70447a0

Browse files
dnicolodirgommers
authored andcommitted
DOC: update changelog for 0.13.1
1 parent b578cea commit 70447a0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ Change-log
1212
++++++++++
1313

1414

15+
0.13.1
16+
======
17+
18+
- Fix regression in cross-compilation via ``$ARCHFLAGS`` on macOS where the
19+
cross file was written in the build directory before it was created,
20+
resulting in an error.
21+
- Do not require setting ``$_PYTHON_HOST_PLATFORM`` when cross-compiling via
22+
``$ARCHFLAGS`` on macOS.
23+
- Add the ``--quiet`` option when invoking ``meson install``. The installation
24+
paths are a detail of the ``meson-python`` implementation and are generally
25+
not interesting for the user.
26+
- Fix terminal logging when overriding the current line when listing files
27+
added to the wheel.
28+
- Improve the error message emitted when a package split between the
29+
``purelib`` and ``platlib`` wheel locations is detected.
30+
31+
Daniele Nicolodi, Ralf Gommers --- 28-04-2023.
32+
33+
1534
0.13.0
1635
======
1736

0 commit comments

Comments
 (0)