File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ h2. Changes in 1.1
24
24
* New token type @:id@ for CSS/Sass [#27]
25
25
* New token type @:done@ for Taskpaper [#39]
26
26
* New token type @:map@ for Lua, introducing a nice nested-shades trick [#22, thanks to Quintus and Nathan Youngman]
27
+ * New token type @:unknown@ for Debug scanner
27
28
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
28
29
* Override Bootstrap's @pre { word-break: break-all }@ styling for line numbers [#102, thanks to lightswitch05]
29
30
* Fixed @:docstring@ token type style
30
31
* Fixed several problems related to Hash caches and dynamic Symbol creation that might have been exploited by an attacker [#148]
32
+ * @PluginHost@ now works with Strings instead of Symbols internally (to avoid using @#to_sym@)
33
+ * The @Debug@ scanner maps unknown token kinds to @:unknown@ (to avoid creating Symbols based on possibly unsafe input)
34
+ * The @Raydebug@ scanner highlights unknown token kinds as @:plain@
31
35
* @Plugin@ does not warn about fallback when default is defined
32
36
* @HTML@ encoder will not warn about unclosed token groups at the end of the stream
33
37
* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now
You can’t perform that action at this time.
0 commit comments