Index: ChangesFeed.php
===================================================================
--- ChangesFeed.php	(revision 63755)
+++ ChangesFeed.php	(working copy)
@@ -46,14 +46,14 @@
 	 */
 	public function execute( $feed, $rows, $lastmod, $opts ) {
 		global $messageMemc, $wgFeedCacheTimeout;
-		global $wgSitename, $wgLang;
+		global $wgSitename, $wgLang, $wgRenderHashAppend;
 
 		if ( !FeedUtils::checkFeedOutput( $this->format ) ) {
 			return;
 		}
 
 		$timekey = wfMemcKey( $this->type, $this->format, 'timestamp' );
-		$optionsHash = md5( serialize( $opts->getAllValues() ) );
+		$optionsHash = md5( serialize( $opts->getAllValues() ) . $wgRenderHashAppend );
 		$key = wfMemcKey( $this->type, $this->format, $wgLang->getCode(), $optionsHash );
 
 		FeedUtils::checkPurge($timekey, $key);
