CHANGES.md: Update for v1.3.0

Message ID 20191214001754.256502-1-johannes@kyriasis.com
State Accepted, archived
Delegated to: Daniel Capella
Headers show
Series CHANGES.md: Update for v1.3.0 | expand

Commit Message

Johannes Löthberg Dec. 14, 2019, 12:17 a.m. UTC
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
---
 CHANGES.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Patch

diff --git a/CHANGES.md b/CHANGES.md
index 1a237b4..a267cf8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,8 +6,18 @@  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 ### Added
-- Add document describing the release procedures.
-- Vim: Add Unlicense as valid license.
+- Add document describing the release procedures. (21449e3)
+- vim: Add Unlicense as valid license. (f835547)
+
+### Changed
+- checkupdates: Use $UID instead of $USER in the tempdir path. (a8b342e)
+- checkupdates, paccache, and pacdiff were ported to libmakepkg. (431e564)
+
+### Fixed
+- checkupdates: Exit with 2 if there are no updates available. (3da550e)
+- updpkgsums: Use makepkg's checksum algorithm type specification, fixing support for b2sums. (c8ef727)
+- vim: Recognize validpgpkeys variable. (e6950d3)
+
 
 ## [1.2.0] - 2019-10-06
 ### Added