diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2020-04-17 08:29:32 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-04-17 08:29:32 +0200 |
commit | 809e856640c6c1fe27b5962b61f9214f4f4c1ec2 (patch) | |
tree | 3c2dd38dfa1aa097caf8dda3fa26ed1336afb05f | |
parent | ad4e4b04eea48d345c66d639e96ed961bf8cc36e (diff) | |
download | python-lxml-809e856640c6c1fe27b5962b61f9214f4f4c1ec2.tar.gz |
Update changelog.
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 79441b2f..03874e3a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,8 +11,8 @@ Bugs fixed * LP#1865141, GH#298: ``QName`` values were not accepted by the ``el.iter()`` method. Patch by xmo-odoo. -* LP#1863413, GH#297: The build failed to detect find libraries on Linux that - are only configured via pkg-config. +* LP#1863413, GH#297: The build failed to detect libraries on Linux that are only + configured via pkg-config. Patch by Hugh McMaster. |