summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml
blob: 3898587e5d3f35509fd29a2c275ad4786ba255fd (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix mapping error on values who contains a literal ``=``. Example when
    setup.cfg contains content like the following project urls configuration
    "project_urls = Documentation = http://foo.bar/?badge=latest".
    https://bugs.launchpad.net/pbr/+bug/1817592