summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b49af6de7..be4d7d5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -100,6 +100,8 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
method, by requiring that at least one whitespace is present.
- Optimize first character matching in Dpkg::Control::HashCore parse
method, by storing the first character in a variable.
+ - Optimize field/value parsing in Dpkg::Control::HashCore parse method,
+ by switching from a capturing regex to split() plus a checking regex.
* Documentation:
- Document currently accepted syntax for changelogs in deb-changelog(5).
Closes: #858579