aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJake Wharton <jw@squareup.com>2014-12-03 14:13:13 -0800
committerJake Wharton <jw@squareup.com>2014-12-03 14:13:13 -0800
commit4e958e1e8c11964b5c72e9f16ce03c959fdeeb56 (patch)
treeefa29d93b31fd18ab77e1ef8b328e463b86c7c7d /CHANGELOG.md
parentb34b67c7a239cd0f7dee0a939fd9776cbff5c4d9 (diff)
downloadjavapoet-4e958e1e8c11964b5c72e9f16ce03c959fdeeb56.tar.gz
Prepare version 2.5.1.
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 adc468e..a4630f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
Change Log
==========
+Version 2.5.1 *(2014-12-03)*
+----------------------------
+
+ * New: `StringLiteral` type which encapsulates the behavior of `stringLiteral`.
+ * Fix: Use canonical name when emitting a class import.
+ * Fix: Apply type compression to varargs and array types.
+ * Fix: Restore binary compatibility with pre-2.5 versions.
+
+
Version 2.5.0 *(2014-04-18)*
----------------------------