Skip to content

Commit

Permalink
Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
detunized committed May 17, 2020
1 parent ad13eb8 commit a328a97
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.6.1
-------------

- Obsolete URI.encode is replaced with URI.encode_www_form_component to
inhibit the warning

Version 1.6.0
-------------

Expand All @@ -8,8 +14,10 @@ Version 1.6.0
Version 1.5.0
-------------

- Fixed failing `get_iteraction_count`. POST parameters are moved from the query (URL) to the body.
- pbkdf2-ruby gem is no longer used as it was causing problems. Relying on built-in `OpenSSL::PKCS5.pbkdf2_hmac`
- Fixed failing `get_iteraction_count`. POST parameters are moved from the
query (URL) to the body.
- pbkdf2-ruby gem is no longer used as it was causing problems. Relying on
built-in `OpenSSL::PKCS5.pbkdf2_hmac`
- Minimum supported Ruby version is 2.0.0
- Dependencies updated to their laters versions
- Travis CI fixed
Expand All @@ -18,8 +26,10 @@ Version 1.4.0
-------------

- Added device id (IMEI/UUID) support
- Log out after fetching the blob to close the newly open session on LP server to prevent triggering anti-hacking logic (hopefully)
- Verify that the recieved blob is marked with ENDM chunk and hasn't been truncated in the process
- Log out after fetching the blob to close the newly open session on LP server
to prevent triggering anti-hacking logic (hopefully)
- Verify that the recieved blob is marked with ENDM chunk and hasn't been
truncated in the process


Version 1.3.0
Expand Down

0 comments on commit a328a97

Please sign in to comment.