From e2db95f60742f91bcf1b915bc1e45f3a8cde0d96 Mon Sep 17 00:00:00 2001
From: Toon Baeyens <toon.baeyens@gmail.com>
Date: Fri, 26 Jan 2018 09:58:03 +0100
Subject: [PATCH] chore: update changelog and contributors

---
 CHANGELOG.md    | 1 +
 CONTRIBUTORS.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd3318fb..49d26c72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 * Updated parent pon to v6.
 * createProgram had the wrong signature producing a unsatisfied link exception that is now fixed.
 * Build now requires version 3.5.0 of maven due to changes in surefire plugin.
+* Added the functions popcount and clz
 
 ## 1.4.1
 
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 42337edf..edc9e67b 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -20,6 +20,7 @@
 * Fernando Marino`
 * AMD Corporation
 * Dmitriy Shabanov <shabanovd@gmail.com>
+* Toon Baeyens <toon.baeyens@gmail.com>
 
 # Details
 
-- 
GitLab