diff --git a/CHANGES b/CHANGES
index 73556b928617f2ed3e951c2b39754279d5a8acd0..4ee23df0a4c7d833225a846bd5f9c96897225ceb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -154,6 +154,10 @@ Miscellaneous
    can connect calls in passthrough mode, as well as record and play back files.
  * Successful and unsuccessful call pickup can now be alerted through sounds, by
    using pickupsound and pickupfailsound in features.conf.
+ * ASTVARRUNDIR is now set to $(localstatedir)/run/asterisk by default. 
+   This means the asterisk pid file will now be in /var/run/asterisk/asterisk.pid on LINUX
+   instead of the /var/run/asterisk.pid where it used to be. This will make
+   installs as non-root easier to manage.
 
 Asterisk Manager Interface
 --------------------------