From e309143bfa823791708796a934279d000171b3c5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 12 Mar 2007 00:53:18 +0000 Subject: [PATCH] props to matt for the i18n precache --- docs/changelog/7.x.x.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cb77df337..0e07db4ef 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -36,6 +36,8 @@ Research NOC) for debug help with this) - Add missing weather condition to WeatherData.pm (thanks to Matthew Wilson, Veradox) + - Fully remove i18n precaching to free up memory (thanks to Matthew Wilson, + Veradox) 7.3.11 - Added an option for enabling coverage tests to testCodebase.pl.