summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml')
-rw-r--r--releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml b/releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml
new file mode 100644
index 0000000..3898587
--- /dev/null
+++ b/releasenotes/notes/fix-mapping-value-explode-with-equal-sign-41bf822fa4dd0e68.yaml
@@ -0,0 +1,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