Start 2.14 release notes

Change-Id: I14e64aef0a26f23f9019502cc20224ac20a2e102
diff --git a/releases/2.14.md b/releases/2.14.md
new file mode 100644
index 0000000..a636ecb
--- /dev/null
+++ b/releases/2.14.md
@@ -0,0 +1,43 @@
+# Gerrit 2.14 *(In development)*
+
+[TOC]
+
+## Release Highlights
+
+* Changes can be assigned to specific users
+* HTML emails and new templating framework
+* Secondary index with Elastic Search
+
+## Important Notes
+
+### Schema Changes
+
+This release contains schema changes. To upgrade:
+
+``` sh
+  java -jar gerrit.war init -d site_path
+```
+
+### Email Templates
+
+This release deprecates the use of Velocity mail templates. It will soon
+be necessary to upgrade custom mail templates to Soy files.
+
+## New Features
+
+### Change Assignee
+
+### Emails
+
+Gerrit email messages are made easier to read by sending HTML content parts in
+addition to the existing text email content.
+
+Mail templates can now be written using Closure Templates (Soy). Mail templates
+written in Velocity (VTL) are deprecated but still supported. Support for VTL
+will be dropped in the next release.
+
+### Secondary Index with Elastic Search
+
+## Bugfixes
+
+## Dependency Updates
diff --git a/releases/README.md b/releases/README.md
index f577b27..2cf8366 100644
--- a/releases/README.md
+++ b/releases/README.md
@@ -8,8 +8,12 @@
 
 * Changes can be assigned to specific users
 
+* HTML emails and new templating framework
+
 * Secondary index with Elastic Search
 
+[Release notes for Gerrit 2.14](/releases/2.14.md)
+
 ## 2.13 {#2.13}
 
 * Metrics interface