aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-02-14 19:59:50 +0100
committerDanny van Bruggen <hexagonaal@gmail.com>2017-02-14 19:59:50 +0100
commitadae33f60c1f2ff20d20364626d7aa818ac56fdc (patch)
tree85030db62fcf334bf290ab3fd2f1332cabff2c8e /changelog.md
parenta0bc866dd0b084ca2f97147357ad582fbb1920f9 (diff)
downloadjavaparser-adae33f60c1f2ff20d20364626d7aa818ac56fdc.tar.gz
Prepare changelog for release
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 4c04f0b14..0ae1e517b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+Version 3.1.0-beta.2
+------------------
+This version is a beta because `TreeStructureVisitor` is not in its definite state yet.
+
+* 762 761 772 merge `javaparser-metamodel` and `javaparser-generator-utils` into `javaparser-core`.
+* 766 the `ModifierVisitor` is now created by a code generator. Its behaviour has been made logical, and may give different results than before.
+* 755 `ConstructorDeclaration` and `MethodDeclaration` now share a parent: `CallableDeclaration`
+* 687 759 773 769 768 767 765 759 smaller improvements and fixes
+
Version 3.1.0-beta.1
------------------
This version is a beta because there are a lot of new features that may still change.