commit 123ad9444711f5f5dd5da4df6b4b14de715c2231
parent 5611e1716168103af993885d0d307f6773faa1ac
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 26 Jun 2020 11:26:39 +0400
release: v5.0.1
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 5.0.1 (2020-06-26)
+ * Fixes a bug where some functions (namely, 'patp') could enter an
+ infinite loop when supplied with a null value.
+
- 5.0.0 (2020-03-24)
* The isValidPat{p, q} functions now perform stricter validations on their
inputs.
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "urbit-ob",
- "version": "5.0.0",
+ "version": "5.0.1",
"license": "MIT",
"description": "Utilities for Hoon-style atom printing and conversion",
"main": "src/index.js",