diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d26029..2199f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version 1.2.1 *(2014-10-22)* ---------------------------- * Using [support-annotations](http://tools.android.com/tech-docs/support-annotations) for validation of resource ids. -* Support new [constructor](http://developer.android.com/reference/android/view/View.html#View(android.content.Context, android.util.AttributeSet, int, int\)) for views. +* Support new [constructor](http://developer.android.com/reference/android/view/View.html#View\(android.content.Context, android.util.AttributeSet, int, int\)) for views. Version 1.2.0 *(2014-10-21)*