1
0
mirror of https://github.com/S2-/securerandomstring.git synced 2025-08-02 18:30:04 +02:00

Mention urlsafe removal int he Changelog.

This commit is contained in:
Mark Stosberg
2015-08-28 10:59:20 -04:00
parent 645d64b940
commit 00fa92269e

View File

@@ -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 - 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) 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)