From a762ba59275e9d6baee321addc982cf88654688f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 14 Sep 2014 17:42:37 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa27ec721..bf31bfd91 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ the “core” and the libraries that are included with the [download](http://pr > 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. -> Update 8 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.0a3 tag](https://github.com/processing/processing/releases/tag/processing-0230-3.0a3) if you'd like the last “stable” alpha release. +> 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. 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/). @@ -33,4 +33,4 @@ But in the meantime, I ask for your patience, and [patches](https://github.com/processing/processing/pulls). Ben Fry, 3 February 2013 -Last updated 8 September 2014 +Last updated 14 September 2014