Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer2k committed Jul 2, 2019
1 parent 3a576cd commit 90f5d9f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes in Dcrypt

## 12.0.0
- Increate minimum key size to 2048 bytes
- Increase minimum key size to 2048 bytes
- Adds PHP 7.3 testing support to circle ci
- Clearer base64 class overload example
- Signature change on the Openssl::newKey method
Expand Down Expand Up @@ -73,4 +73,14 @@
- Smarter key generation step

## 8.2.1
- Minor scoping fixes
- Minor scoping fixes

## 8.2.0
- Allow override of AES constants

## 8.1.0
- Isolated handling of openssl functions
- Cleaner calls to centralized hmac function
- Better internal API
- Dropped more PHP5 specific code
- Better code docs

0 comments on commit 90f5d9f

Please sign in to comment.