aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-11-12 20:06:19 +0100
committerDanny van Bruggen <hexagonaal@gmail.com>2017-11-12 20:06:19 +0100
commit44137805ad18e14bf654c64671c39b1ee72fab42 (patch)
treea1adfd1f2b5149b98ace13ba74d3e9d625d355ad /changelog.md
parenteceab668bfd62fd8a2a04824227d334e83e32e1d (diff)
downloadjavaparser-44137805ad18e14bf654c64671c39b1ee72fab42.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 705b1fd88..11d55517f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,10 @@
+Version 3.5.3
+------------------
+[issues resolved](https://github.com/javaparser/javaparser/milestone/66?closed=1)
+* Unicode escapes (`\u1234`) are now retained in the AST,
+ but they are now only allowed in comments, string and character literals, and identifiers.
+* BETA: the below work on Java Symbol Solver is still ongoing.
+
Version 3.5.2
------------------
[issues resolved](https://github.com/javaparser/javaparser/milestone/65?closed=1)