CHANGES.md: Add rankmirrors -m parsing fix

Message ID 20191221125821.139311-1-johannes@kyriasis.com
State Accepted, archived
Headers show
Series CHANGES.md: Add rankmirrors -m parsing fix | expand

Commit Message

Johannes Löthberg Dec. 21, 2019, 12:58 p.m. UTC
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/CHANGES.md b/CHANGES.md
index a267cf8..2407641 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,7 @@  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Fixed
 - checkupdates: Exit with 2 if there are no updates available. (3da550e)
+- rankmirrors: Fix parsing of -m argument. (d026415)
 - updpkgsums: Use makepkg's checksum algorithm type specification, fixing support for b2sums. (c8ef727)
 - vim: Recognize validpgpkeys variable. (e6950d3)