Skip to content

Commit ba08310

Browse files
committed
Add release notes.
1 parent 38b74c0 commit ba08310

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
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`.

0 commit comments

Comments
 (0)