Skip to content

Commit

Permalink
Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 5, 2018
1 parent eea5b56 commit cbbd949
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.6 2018-07-05 Paris (France)
------------------------------

- *breaking change* API:
From a consensus between people who use `digestif`, we decide to delete `*.Bytes.*` and `*.Bigstring.*` sub-modules.
We replace it by `feed_{bytes,string,bigstring}` (`digest_`, and `hmac_` too)
- *breaking change* semantic: streaming and referentially transparent
Add `feedi_{bytes,string,bigstring}`, `digesti_{bytes,string,bigstring}` and `hmaci_{bytes,string,bigstring}`
(@hannesm, @cfcs)
- Constant time for `eq`/`neq` functions
(@cfcs)
- *breaking change* semantic on `compare` and `unsafe_compare`:
`compare` is not a lexicographical comparison function (rename to `unsafe_compare`)
(@cfcs)
- Add `consistent_of_hex` (@hannesm, @cfcs)

v0.4 2017-10-30 Mysore / ಮೈಸೂರು (India)
----------------------------------------

Expand Down

0 comments on commit cbbd949

Please sign in to comment.