summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-08-23 14:57:02 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-08-23 14:57:02 +0200
commit4d472e2399fbd169ab40be2e0d72c2dc328b2d7a (patch)
treecc51d5ebcce563e8cf538b1c5ec7706ae41faed4
parentee992427810a1cf88b53c12ccf7fda91a30ab33e (diff)
downloadcoderay-4d472e2399fbd169ab40be2e0d72c2dc328b2d7a.tar.gz
changelog
-rw-r--r--Changes.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index f57faf5..44d0d93 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -27,6 +27,7 @@ h2. Changes in 1.1
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
* Override Bootstrap's @pre { word-break: break-all }@ styling for line numbers [#102, thanks to lightswitch05]
* Fixed @:docstring@ token type style
+* Fixed several problems related to Hash caches and dynamic Symbol creation that might have been exploited by an attacker [#148]
* @Plugin@ does not warn about fallback when default is defined
* @HTML@ encoder will not warn about unclosed token groups at the end of the stream
* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now