---
title: Changes in 2.0.320
encoding: utf-8
filter:
  - erb
  - maruku
---
<%= render(:partial => "/SyntaxHighlighter/partials/effort") %>

* Major speed improvement thanks to a patch by [Jose Prado](http://joseprado.com). SyntaxHighlighter now can render 4-5k lines in just a second or two (tested on a MacBook Pro 2.4GHz). 
* Added `stripBrs` config option to ignore `<br/>` tags at lines end. 
* Added `wrap-lines` parameter option to disable line wrapping. [See demo](demo/wrap-lines.html). 
* Removed `font-size` parameter option. SyntaxHighlighter font size is 1em, so any outer font size will be inherited by default. 
* Toolbar is now activated on mouse over. 
* Added [ActionScript3](/SyntaxHighlighter/manual/brushes/actionscript3.html) brush (thanks to [Peter Atoria](http://iAtoria.com)). 
* Added [JavaFX](/SyntaxHighlighter/manual/brushes/javafx.html) brush (thank to [Patrick Webster](http://patrickwebster.blogspot.com/2009/04/javafx-brush-for-syntaxhighlighter.html)). 
* Added [PowerShell](/SyntaxHighlighter/manual/brushes/powershell.html) brush (thanks to B.v.Zanten, Getronics) 
* Fixed inconsistent license headers. LGPL 3.0 is the correct license.
