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

Unified Diff: CHANGELOG.md

Issue 1819293003: Remove deprecated APIs. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Created 4 years, 9 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/crypto.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 0d97adce3037a5b5778779c0d6cb021746bc2b16..64fc6d54a1206df026f6627513e7315c1f389dd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.0.0
+
+* All APIs that were deprecated in 0.9.2 have been removed. No new APIs have
+ been added. Packages that would use 1.0.0 as a lower bound should use 0.9.2
+ instead—for example, `crypto: ">=0.9.2 <2.0.0"`.
+
## 0.9.2
* `Hash`, `MD5`, `SHA1`, and `SHA256` now implement `Converter`. They convert
« no previous file with comments | « no previous file | lib/crypto.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698