Skip to content

Commit 8befd3d

Browse files
committed
No really, we meant it about breaking things (if temporarily)
1 parent ac24c79 commit 8befd3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Processing
44
This is the official source code for the [Processing](http://processing.org) Development Environment (PDE),
55
the “core” and the libraries that are included with the [download](http://processing.org/download).
66

7-
> Development of Processing 3 has started, so major changes are underway inside this repository. **If you need a stable version of the source, use the tag processing-0227-2.2.1.** Do not expect this code to be stable. Major changes include severe things like breaking libraries (due to chaining operations in PVector) or the removal of `Applet` as the base class for PApplet. Some of these will be sorted out before the release, others are simply being tested or are developments that are in-progress.
7+
> If you need a stable version, use the source or tag for version [2.2.1](https://github.com/processing/processing/releases/tag/processing-0227-2.2.1) or [3.0a5](https://github.com/processing/processing/releases/tag/processing-0232-3.0a5).
88
9-
> Update September 2014: java.awt.Applet is no longer the base class, which means lots of things may break (especially while we sort out the mess). You can use [the 3.0a4 tag](https://github.com/processing/processing/releases/tag/processing-0231-3.0a4) if you'd like the last “stable” alpha release.
9+
> Development of Processing 3 has started, so major changes are underway inside this repository. Many things are broken at the moment while we sort it all out. Do not expect this code to be stable. Major changes include severe things like breaking libraries (as we make API changes) and the removal of `Applet` as the base class for PApplet. Some of these will be sorted out before the release, others are changes that will break some code between 2.x and 3.x.
1010
1111
If you have found a bug in the Processing software, you can file it here under the [“issues” tab](https://github.com/processing/processing/issues).
1212
If it relates to the [JavaScript](http://processingjs.org) version, please use [their issue tracker](https://processing-js.lighthouseapp.com/).
@@ -33,4 +33,4 @@ But in the meantime, I ask for your patience,
3333
and [patches](https://github.com/processing/processing/pulls).
3434

3535
Ben Fry, 3 February 2013
36-
Last updated 14 September 2014
36+
Last updated 18 November 2014

0 commit comments

Comments
 (0)