@@ -29,6 +29,37 @@ <h2>Release notes and version history</h2>
2929
3030 < h2 > Version 4.x</ h2 >
3131
32+ < p class ="rel "> 20-10-2014: < a href ="http://codemirror.net/codemirror-4.7.zip "> Version 4.7</ a > :</ p >
33+
34+ < ul class ="rel-note ">
35+ < li > < strong > Incompatible</ strong > :
36+ The < a href ="../demo/lint.html "> lint addon</ a > now passes the
37+ editor's value as first argument to asynchronous lint functions,
38+ for consistency. The editor is still passed, as fourth
39+ argument.</ li >
40+ < li > Improved handling of unicode identifiers in modes for
41+ languages that support them.</ li >
42+ < li > More mode
43+ improvements: < a href ="../mode/coffeescript/index.html "> CoffeeScript</ a >
44+ (indentation), < a href ="../mode/verilog/index.html "> Verilog</ a >
45+ (indentation), < a href ="../mode/clike/index.html "> Scala</ a >
46+ (indentation, triple-quoted strings),
47+ and < a href ="../mode/php/index.html "> PHP</ a > (interpolated
48+ variables in heredoc strings).</ li >
49+ < li > New modes: < a href ="../mode/textile/index.html "> Textile</ a > and < a href ="../mode/tornado/index.html "> Tornado templates</ a > .</ li >
50+ < li > Experimental new < a href ="../demo/simplemode.html "> way to define modes</ a > .</ li >
51+ < li > Improvements to the < a href ="../demo/vim.html "> Vim
52+ bindings</ a > : Arbitrary insert mode key mappings are now possible,
53+ and text objects are supported in visual mode.</ li >
54+ < li > The mode < a href ="../mode/meta.js "> meta-information file</ a >
55+ now includes information about file extensions,
56+ and < a href ="manual.html#addon_meta "> helper
57+ functions</ a > < code > findModeByMIME</ code >
58+ and < code > findModeByExtension</ code > .</ li >
59+ < li > New logo!</ li >
60+ < li > Full < a href ="https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0 "> list of patches</ a > .</ li >
61+ </ ul >
62+
3263 < p class ="rel "> 19-09-2014: < a href ="http://codemirror.net/codemirror-4.6.zip "> Version 4.6</ a > :</ p >
3364
3465 < ul class ="rel-note ">
0 commit comments