Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 0f2fc66f0eaa62e374a4964afa9fe091e02dba57..ac7c32e51052af3c41b0be2f82369bc1eb4a8529 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,15 @@ |
| +# 0.1.11 |
| + |
| +* Doc generation improvements (now with options samples). |
| +* Lint to sort unnamed constructors first (#187). |
| +* Lint to ensure public members have API docs (#188). |
| +* Lint t ensure constructors are sorted first (#186). |
|
keertip
2016/02/19 21:30:21
"to"
pquitslund
2016/02/19 21:31:12
Ha. Yes. Fixed!
|
| +* Lint for `hashCode` and `==` (#168). |
| +* Lint to detect un-annotated overrides (#167). |
| +* Fix to ignore underscores in public APIs (#153). |
| +* Lint to check for return types on setters (#122). |
| +* Lint to flag missing type params (#156). |
| +* Lint to avoid inits to `null` (#160). |
| # 0.1.10 |