aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-10-29 00:05:39 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-10-29 00:08:34 +0100
commit980c913fbca3a32542b5e3434a13bf176ca697f2 (patch)
tree5f32b8f8c999822fd9c573988017992f5b9fad2c /doc
parentc03ebf25350ca036126808c4328d90a826af070f (diff)
downloadlombok-980c913fbca3a32542b5e3434a13bf176ca697f2.tar.gz
lombok-980c913fbca3a32542b5e3434a13bf176ca697f2.tar.bz2
lombok-980c913fbca3a32542b5e3434a13bf176ca697f2.zip
added changelog comment about the shadowloader
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 72b6e24c..e4a004af 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,8 +1,8 @@
Lombok Changelog
----------------
-### v1.14.9 "Edge Guinea Pig"
-* edge
+### v1.14.9.shadow "<del>Edgy</del> Shadowy Guinea Pig"
+* Added a launcher to the lombok boot process which removes the need for `-Xbootclasspath` to be in your `eclipse.ini` file, and removes all non-public API and third party dependencies (such as ASM) from the lombok jar, thus removing them from your IDE's auto complete offerings in any project that uses lombok. For those debugging lombok, the launcher enables hot code replace which makes debugging a lot easier, as previously one was required to shut down the IDE, rebuild the jar, and relaunch. Add `-Dshadow.override.lombok=/path/to/lombok/bin` to the launch target for hot code replace.
### v1.14.8 (September 15th, 2014)
* PERFORMANCE: The configuration system typically hit the filesystem twice per read configuration key instead of hardly ever. This is a continuation of [Issue #682](https://code.google.com/p/projectlombok/issues/detail?id=682).