Skip to content

Commit 47773b9

Browse files
committed
NEWS: Update
1 parent 85e2640 commit 47773b9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

NEWS

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
up to: e05481dcf0f28d63c8d86a0cbc80d8ab47e3bd1a
1+
up to: 85e2640034b0a1100584e48c7c3261a08a70758a
22

33
Snowball 2.2.0 (2021-10-??)
44
===========================
@@ -12,20 +12,35 @@ C#
1212
Java
1313
----
1414

15+
Javascript
16+
----------
17+
18+
* Fix generated code to use integer division rather than floating point
19+
division.
20+
21+
Noted by David Corbett.
22+
1523
Pascal
1624
------
1725

1826
* Fix code generated for division. Previously real division was used and the
1927
generated code would fail to compile with a "Incompatible types" error.
2028

21-
Noted by David Corbett in #156.
29+
Noted by David Corbett.
2230

2331
Python
2432
------
2533

2634
* Python 2 is no longer actively supported, as proposed on the mailing list:
2735
https://lists.tartarus.org/pipermail/snowball-discuss/2021-August/001721.html
2836

37+
* Fix code generated for division. Previously the Python code we generated
38+
used integer division but rounded negative fractions towards negative
39+
infinity rather than zero under Python 2, and under Python 3 used floating
40+
point division.
41+
42+
Noted by David Corbett.
43+
2944
Code Quality Improvements
3045
-------------------------
3146

0 commit comments

Comments
 (0)