From 00fa92269efd7a16a76b4ff2eb0fffbeb893188e Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Fri, 28 Aug 2015 10:59:20 -0400 Subject: [PATCH] Mention urlsafe removal int he Changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c9ce2..1b7a666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Async API now follows the Node.js convention of returning an error as the first argument to the callback. The error might be populated if the system runs out of entropy. (#2, @markstos) + +- `urlsafe` option was removed. All strings are URL-safe now. (#4, @S2-, @markstos)