Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 51a79e9993c11d38b3b51782912ef6efef2bdb0a..4767ad8bc8c88f337ba252b0f58382df60a17089 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -33,6 +33,10 @@ |
* Both `pub get` and `pub upgrade` now have a `--no-precompile` flag that |
disables precompilation of executables and transformed dependencies. |
+ * `pub publish` now resolves symlinks when publishing from a Git repository. |
+ This matches the behavior it always had when publishing a package that |
+ wasn't in a Git repository. |
+ |
* Dart Dev Compiler |
* The **experimental** `dartdevc` executable has been added to the SDK. |