Index: mojo/public/dart/third_party/crypto/CHANGELOG.md |
diff --git a/mojo/public/dart/third_party/crypto/CHANGELOG.md b/mojo/public/dart/third_party/crypto/CHANGELOG.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..229efd0551729339620660f97cd1017c34e2ed20 |
--- /dev/null |
+++ b/mojo/public/dart/third_party/crypto/CHANGELOG.md |
@@ -0,0 +1,11 @@ |
+# Changelog |
+ |
+## 0.9.1 |
+ |
+* Base64 convert returns an Uint8List |
+* Base64 codec and encoder can now take an encodePaddingCharacter |
+* Implement a Base64 codec similar to codecs in 'dart:convert' |
+ |
+## 0.9.0 |
+ |
+* ChangeLog starts here. |