From 159c5a65b15dc320c868fc2f01d31cec60dc0d23 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 18 Nov 2014 18:42:11 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fce6d5f..fdc8b44c3 100644 --- a/README.md +++ b/README.md @@ -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/).