From fb47e752cce41c3adbf1e70cad5b66d894b9fd95 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sun, 3 Feb 2019 17:34:49 +0000 Subject: [PATCH] release 3.1.0 --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ceedca1..61b0226 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ -### v3.1.0 +### v3.1.0 (2019-02-03) * Add `Base64.encode_string` that doesn't raise or return an error. - This makes it easier to port pre-3.0 code to the new interface (@avsm) + This makes it easier to port pre-3.0 code to the new interface (#26 @avsm) ### v3.0.0 (2018-01-21)