Skip to content

Commit 8d374f8

Browse files
committed
wrapping up release notes
1 parent c310896 commit 8d374f8

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

build/shared/revisions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Compared with the 4.0.2 release which was focused on stability, this 4.1 release
1616

1717
## contributed fixes
1818

19+
* `size(863,863/2)` inside `setup()` function (fix from @sampottinger) [#602](https://github.com/processing/processing4/issues/602), [#609](https://github.com/processing/processing4/pull/609)
20+
21+
* Pre-processor was inserting extra spaces (another from @sampottinger) [#607](https://github.com/processing/processing4/issues/607), [#609](https://github.com/processing/processing4/pull/609)
22+
1923
* Fix the JavaDoc for mousePressed variable from @SableRaf. [#605](https://github.com/processing/processing4/pull/605)
2024

2125

todo.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ o remove target.path from build/build.xml
3434
o maybe simpler way to write version? sheesh
3535
X not sure what this was about, but confirmed that things are set up as they should be
3636

37+
contrib
38+
X size(863,863/2) not working as first line of setup() function in a simple sketch
39+
X https://github.com/processing/processing4/issues/602
40+
X preproc inserting weird number of spaces
41+
X https://github.com/processing/processing4/issues/607
42+
X before 'public' in functions, it's an extra single space
43+
o not indenting the rest of the code at all
44+
X many blank lines at the beginning
45+
o 'exported at' text at the top is awkward
3746

38-
_ preproc inserting weird number of spaces
39-
_ https://github.com/processing/processing4/issues/607
40-
_ before 'public' in functions, it's an extra single space
41-
_ not indenting the rest of the code at all
42-
_ many blank lines at the beginning
43-
_ 'exported at' text at the top is awkward
4447

4548
_ export to IntelliJ? how tricky?
4649
_ just copy jars to /lib?

0 commit comments

Comments
 (0)