Index: pkg/meta/CHANGELOG.md |
diff --git a/pkg/meta/CHANGELOG.md b/pkg/meta/CHANGELOG.md |
index fc3f06efd7e4cc8f6a9ae53f5d1e23249484079b..20a3bdba3b98be472ad8872317506e757c514153 100644 |
--- a/pkg/meta/CHANGELOG.md |
+++ b/pkg/meta/CHANGELOG.md |
@@ -1,3 +1,10 @@ |
+## 0.9.1 |
+* Introduce `@factory` annotation for methods that must either be abstract or |
+must return a newly allocated object. |
+* Introduce `@literal` annotation that indicates that any invocation of a |
+constructor must use the keyword `const` unless one or more of the |
+arguments to the constructor is not a compile-time constant. |
+ |
## 0.9.0 |
* Introduce `@protected` annotation for members that must only be called from |
instance members of subclasses. |