Skip to content

Commit ec8d100

Browse files
committed
Update readme.
1 parent 3b4ebb6 commit ec8d100

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,16 @@ A future release of Solar's bcrypt code should also support 'b'.
230230
* http://marc.info/?l=openbsd-misc&m=139320023202696
231231

232232
# Releases
233+
release notes are here https://github.com/BcryptNet/bcrypt.net/releases
233234

234-
v2.1.3+ release notes are here https://github.com/BcryptNet/bcrypt.net/releases
235+
*v4.0.0 (breaking changes)* - A bug in `Enhanced Hashing` was discovered that causes the hashes created to be inoperable between different languages.
236+
V4 provides the fix for this as well as adding test vectors from PHP and Python to ensure the issue remains fixed in the future. V4 also removes the legacy 384 option that came before Base64 was added.
237+
238+
*v3.5.0* - A bug in `Enhanced Hashing` was discovered that causes the hashes created to be inoperable between different languages.
239+
As part of the fix 3.5 release contains the ability to `Verify` and `HashPassword` were given an additional `v4CompatibleEnhancedEntropy` parameter.
240+
This allows the user to verify their Enhanced hash as normal; then re-hash + store using V4. This functionality is purely to allow migration and is removed in V4.
241+
242+
*v3.3.3* -Performance (heap reduction) for netcore and removal of regex https://github.com/BcryptNet/bcrypt.net/releases/tag/3.3.0
235243

236244
*v2.1.3 -*
237245
* Update test SDK

src/semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
4.0.0

0 commit comments

Comments
 (0)