From 616f724846acd853f4a9347e8369f4fcc5668c99 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Fri, 1 May 2020 11:03:23 -0400 Subject: [PATCH] Prepare for 0.3.5.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb4ac2..b644ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Note: Prior to version 0.3.4.0, this library was named `small-bytearray-builder` is now just a compatibility shim to ease the migration process. -## 0.3.5.0 -- 2020-??-?? +## 0.3.5.0 -- 2020-05-01 * Add `wordLEB128` and `word64LEB128`. * Add `integerDec` and `naturalDec`.