aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Wilson <jwilson@squareup.com>2018-01-26 23:01:55 -0500
committerJesse Wilson <jwilson@squareup.com>2018-01-26 23:01:55 -0500
commit9e62955dc41e331f14b00e9f7d16dabff45884b0 (patch)
treedcd9c24d053760bdbc997e41b7c8c45ba8f5f15c /CHANGELOG.md
parentda2859b67f9098ac5c1c12aa64218c7e2dc1e63f (diff)
downloadjavapoet-9e62955dc41e331f14b00e9f7d16dabff45884b0.tar.gz
Update Changelog for 1.10.0.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 571e486..59c3340 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
Change Log
==========
+JavaPoet 1.10.0 *(2018-01-27)*
+-----------------------------
+
+ * New: `$Z` as an optional newline (zero-width space) if a line may exceed 100 chars.
+ * New: `CodeBlock.join()` and `CodeBlock.joining()` let you join codeblocks by delimiters.
+ * New: Add `CodeBlock.Builder.isEmpty()`.
+ * New: `addStatement(CodeBlock)` overloads for `CodeBlock` and `MethodSpec`.
+ * Fix: Include annotations when emitting type variables.
+ * Fix: Use the right imports for annotated type parameters.
+ * Fix: Don't incorrectly escape classnames that start with `$`.
+
+
JavaPoet 1.9.0 *(2017-05-13)*
-----------------------------