diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e9b1f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.2.0 + +- rpm-shim now considers also system Python interpreter called `python{majorver}.{minorver}` + when gathering the list of paths to try importing the system `rpm` module from. + Peviously only `python{majorver}` and `platform-python` were considered. (#11)