From 748cdba2226b57488c7893e89a7ff143a2d2b905 Mon Sep 17 00:00:00 2001 From: sponglord Date: Wed, 21 Feb 2018 11:32:16 +0100 Subject: [PATCH] Updated readMe for version 0.1.21 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 830e765..078eed3 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,9 @@ var cseInstance = adyenEncrypt.createEncryption(key, options); JavaScript version 0_1_21 ------- -* Improved card type detection for ELO and added card type detection for various other cards +* Allow passing of a randomBytes array that can be used to seed the generator -* Reduce strictness of generationtime validation to allow hosted CSE upgrade from 0_1_18 to 0_1_21. +* Look for presence of getElementsByTagName rather than typeof getElementsByTagName JavaScript version 0_1_20 -------