From 50c88eab601913907b92e42ff673b611c83688c6 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Mon, 7 May 2018 16:29:57 -0500 Subject: [PATCH] udpate for release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ecf0e..ce371ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 2.0.0-beta1 + +Major break from alpha1 (and the previous 1.x series) in that the generated +class names are significantly renamed. + +In particular, the mapper class no longer has a "Mapper" suffix on it. This +helps it to act as a "base prefix" for IDE completion, which is now greatly +enhanced by the automatic addition of @method docblocks on the generated classes +to indicate type-specific returns. + +If you have generated classes with the alpha1 release, you will need to re- +generate them and change your class references. + ## 2.0.0-alpha1 First alpha release.