working on version history

This commit is contained in:
Dave Grijalva 2014-08-26 14:12:21 -07:00
parent 94aeb012a4
commit 0ed08007c3
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,9 @@
#### 2.0.0
* Refactored the RSA implementation to be easier to read
* **Compatibility Breaking Changes**
* `SigningMethodHS256` is now `*SigningMethodHMAC` instead of `type struct`
* `SigningMethodRS256` is now `*SigningMethodRSA` instead of `type struct`
* Renamed type `SigningMethodHS256` to `SigningMethodHMAC`. Specific sizes are now just instances of this type.
* Added public package global `SigningMethodHS256`
* Added public package global `SigningMethodHS384`
@ -12,9 +14,7 @@
* Added public package global `SigningMethodRS384`
* Added public package global `SigningMethodRS512`
* Moved sample private key for HMAC tests from an inline value to a file on disk. Value is unchanged.
* **Compatibility Breaking Changes**
* `SigningMethodHS256` is now `*SigningMethodHMAC` instead of `type struct`
* `SigningMethodRS256` is now `*SigningMethodRSA` instead of `type struct`
* Refactored the RSA implementation to be easier to read
#### 1.0.2