aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2018-01-07 19:11:59 +0100
committerDanny van Bruggen <hexagonaal@gmail.com>2018-01-07 19:11:59 +0100
commitfde26512ce6f945e1aec128e6dbb0d2fa8a01d06 (patch)
tree7ca27af7746d10bf39398455552f22727157661f /changelog.md
parentf4ba7529aa79986d40c28050d9cf0e9c48df353a (diff)
downloadjavaparser-fde26512ce6f945e1aec128e6dbb0d2fa8a01d06.tar.gz
Prepare for release
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 1e0ed335d..838f84aee 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,10 @@
+Version 3.5.9
+------------------
+[issues resolved](https://github.com/javaparser/javaparser/milestone/72?closed=1)
+* BREAKING: the very confusing constructor `NodeList(Node)` (which sets the parent) was removed.
+* To avoid using the int type for token kinds, use the new `JavaToken.Kind` enum.
+It can convert to and from the int kind.
+
Version 3.5.8
------------------
[issues resolved](https://github.com/javaparser/javaparser/milestone/71?closed=1)