Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: CHANGELOG.md

Issue 2032903006: Stop implementing ChunkedConverter. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/hash.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f059cd8c3a92a51214c98712325a789b0ffe2ce..25ac65594aa2978f8e40e58056af2425477edf29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 2.0.0
+
+**Note**: There are no APIs in 2.0.0 that weren't also in 0.9.2. Packages that
+would use 2.0.0 as a lower bound should use 0.9.2 instead—for example, `crypto:
+">=0.9.2 <3.0.0"`.
Bob Nystrom 2016/06/03 22:35:56 How about a more explicit before-after? "For examp
nweiz 2016/06/03 22:37:38 I'm worried that would muddy the waters more than
+
+* `Hash` and `Hmac` no longer extend `ChunkedConverter`.
+
## 1.1.1
* Properly close sinks passed to `Hash.startChunkedConversion()` when
« no previous file with comments | « no previous file | lib/src/hash.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698