From 779215b3ed532e2686ee698b69d5aa0682ec6a36 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 4 Jul 2017 20:27:32 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7803aa..2a22470f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ result we've added `#annotationsOfExact|firstAnnotationOfExact` which has the old behavior for precise checks. +* `TypeChecker#annotations...`-methods now throw a `StateError` if one or more + annotations on an element are not resolvable. This is usually a sign of a + mispelling, missing import, or missing dependency. + ## 0.5.10+1 * Update minimum `analyzer` package to `0.29.10`.