Skip to content

Commit 31d827d

Browse files
committed
Merge branch 'release/4.0.0' into develop
2 parents 1d30318 + ba08310 commit 31d827d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ console.log(decryptedData); // [{id: 1}, {id: 2}]
212212

213213
## Release notes
214214

215+
### 4.0.0
216+
217+
This is an update including breaking changes for some environments.
218+
219+
In this version `Math.random()` has been replaced by the random methods of the native crypto module.
220+
221+
For this reason CryptoJS might does not run in some JavaScript environments without native crypto module. Such as IE 10 or before or React Native.
222+
215223
### 3.3.0
216224

217225
Rollback, `3.3.0` is the same as `3.1.9-1`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crypto-js",
33
"title": "crypto-js",
44
"description": "JavaScript library of crypto standards.",
5-
"version": "3.3.0",
5+
"version": "4.0.0",
66
"homepage": "http://github.com/brix/crypto-js",
77
"author": {
88
"name": "Evan Vosberg",

0 commit comments

Comments
 (0)