Skip to content

Commit

Permalink
mark release beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Feb 22, 2011
1 parent 36d55d0 commit ad7980a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>CodeMirror 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="lib/codemirror.css">
<script src="lib/codemirror.js"></script>
<script src="mode/javascript/javascript.js"></script>
Expand Down Expand Up @@ -88,7 +89,16 @@ <h3>Usage demos:</h3>
<li><a href="demo/marker.html">Setting breakpoints</a></li>
</ul>

<h3>CodeMirror 2 has entered beta!</h3>
<h3>CodeMirror 2: beta 2</h3>

<p><a href="https://github.com/marijnh/codemirror2/tree/beta2">Beta
2</a> was released on February 22th 2011. The code is somewhat
more well-tested, and the API has matured a bit since beta 1. The
main thing we need right now is more ports of CodeMirror 1
modes—you're invited to <a href="manual.html#modeapi">help</a>
with that!</p>

<h3>CodeMirror 2: beta 1</h3>

<p>Beta 1 was released on February 8th 2011. There are no release
files yet, just
Expand Down

0 comments on commit ad7980a

Please sign in to comment.