diff --git a/relnotes/next b/relnotes/next
index 3681a47611b8a8f0a34908dd3e8bf15c7ddf0b6c_cmVsbm90ZXMvbmV4dA==..a974c52fb79a310468d5b0318ba30ad368bc395f_cmVsbm90ZXMvbmV4dA== 100644
--- a/relnotes/next
+++ b/relnotes/next
@@ -13,6 +13,12 @@
 
 == Backwards Compatibility Changes ==
 
+ * chg worker processes will now correctly load per-repository configuration 
+   when given a both a relative `--repository` path and an alternate working
+   directory via `--cwd`. A side-effect of this change is that these workers
+   will now return an error if hg cannot find the current working directory,
+   even when a different directory is specified via `--cwd`.
+
 == Internal API Changes ==
 
 == Miscellaneous ==