summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-10-17 10:32:12 -0400
committerGitHub <noreply@github.com>2016-10-17 10:32:12 -0400
commita606ef443a1c40a3aaab92044d348bf859b85647 (patch)
treebb76268714098a70edba4294f561760359e8ba72
parenteca4e42bdb4b2f27b97ee23e1a8cc769f2f69080 (diff)
parent4deb2c9a8be389ab43e4d91e5d89d39f4407f39a (diff)
downloadrandom_compat-a606ef443a1c40a3aaab92044d348bf859b85647.zip
random_compat-a606ef443a1c40a3aaab92044d348bf859b85647.tar.gz
random_compat-a606ef443a1c40a3aaab92044d348bf859b85647.tar.bz2
Merge pull request #113 from rugk/patch-1
Fix basedir typo
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 247deac..5cd664c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ Due to downstream errors, the OpenSSL removal now belongs in version
### Version 1.3.1 - 2016-03-18
-* Add more possible values to `open_baseir` check.
+* Add more possible values to `open_basedir` check.
### Version 1.3.0 - 2016-03-17
@@ -257,4 +257,4 @@ Changes since 0.9.2:
This should be a sane polyfill for PHP 7's `random_bytes()` and `random_int()`.
We hesitate to call it production ready until it has received sufficient third
-party review. \ No newline at end of file
+party review.