Update README.md

This commit is contained in:
Ben Fry
2014-11-18 18:42:11 -05:00
parent 57b5bc9e53
commit 159c5a65b1
+3 -1
View File
@@ -6,7 +6,9 @@ the “core” and the libraries that are included with the [download](http://pr
> 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).
> 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.
> 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" means possible breakage to libraries/tools/modes (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. Obviously, we will work hard to break as few things as possible.
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).
If it relates to the [JavaScript](http://processingjs.org) version, please use [their issue tracker](https://processing-js.lighthouseapp.com/).