diff --git a/docs/topics/kotlin-language-features-and-proposals.md b/docs/topics/kotlin-language-features-and-proposals.md
index c0d72a18e1e..fb9ecdfab38 100644
--- a/docs/topics/kotlin-language-features-and-proposals.md
+++ b/docs/topics/kotlin-language-features-and-proposals.md
@@ -193,6 +193,22 @@ guided by pragmatic design.
+**Expose boxed inline value classes in JVM**
+
+* KEEP proposal: [jvm-expose-boxed.md](https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm-expose-boxed.md)
+* YouTrack issue: [KT-28135](https://youtrack.jetbrains.com/issue/KT-28135)
+
+ |
+
+
+
+
+
+**KEEP discussion**
+
+ |
+
+
**Explicit backing fields: both `public` and `private` type for the same property**
* KEEP proposal: [explicit-backing-fields.md](https://github.com/Kotlin/KEEP/blob/explicit-backing-fields-re/proposals/explicit-backing-fields.md)
|