Changelog update to include @required.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1738733003 .
This commit is contained in:
pq 2016-02-25 14:16:06 -08:00
parent 289157044a
commit 14b417c36d

View file

@ -1,3 +1,5 @@
## 0.9.0
* Introduce `@protected` annotation for methods that must only be called from
instance methods of subclasses.
* Introduce `@required` annotation for optional parameters that should be treated
as required.