Skip to content

Commit 28c57a5

Browse files
committed
more changelog
1 parent 4d472e2 commit 28c57a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Changes.textile

+4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ h2. Changes in 1.1
2424
* New token type @:id@ for CSS/Sass [#27]
2525
* New token type @:done@ for Taskpaper [#39]
2626
* 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
2728
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
2829
* Override Bootstrap's @pre { word-break: break-all }@ styling for line numbers [#102, thanks to lightswitch05]
2930
* Fixed @:docstring@ token type style
3031
* 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@
3135
* @Plugin@ does not warn about fallback when default is defined
3236
* @HTML@ encoder will not warn about unclosed token groups at the end of the stream
3337
* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now

0 commit comments

Comments
 (0)