summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-03-03 17:22:21 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-03-03 17:57:11 -0300
commit0b64deb2a719ba50590cf24b68d78579115884b7 (patch)
treec7d3ca1c9f6eb241c09f905a5caf5ed8b66ed32e /CHANGELOG.md
parentda4d8f819b9010797c4369616edf7fa87cee89f2 (diff)
Document the Javadoc improvements
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93125101..e1fc3a0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
* [#1599](https://github.com/clojure-emacs/cider/pull/1599): Don't error when test makes 0 assertions.
+### New Features
+
+* Javadoc commands take into account the variable `clojure.java.javadoc/*remote-javadocs*`.
+* Javadoc also works on classes of the AmazonAWS Java SDK.
+
## 0.11.0 / 2016-03-03
### New features