From 60b3f0356b5fad1f9680ec871cecbfa2415b723a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6nig?= Date: Fri, 23 Sep 2016 12:50:32 +0200 Subject: [PATCH] #18 Update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55be410b..136017482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ Version 0.4.1 ============= -* Libraries no longer link `libpython.so` (linking is already done by - the Python interpreter) +* Internal: Libraries no longer link `libpython.so` for local development + (linking is already done by the Python interpreter). This was always + the case for the libraries in the packages uploaded to PyPI, so no + change was necessary here. Version 0.4.0 =============