libdot: release 1.14

Change-Id: I195583aba8910c778902b59e8a5c7e0ec2305f85
diff --git a/libdot/doc/ChangeLog.md b/libdot/doc/ChangeLog.md
index 38d2988..73779c5 100644
--- a/libdot/doc/ChangeLog.md
+++ b/libdot/doc/ChangeLog.md
@@ -1,3 +1,8 @@
+# 1.14, 2017-05-30, Standards cleanup.
+
+* Add a lib.f.createEnum helper (largely for linting purposes).
+* Move from non-standard __proto__ to standard Object.create/prototype.
+
 # 1.13, 2017-05-18, IDN support.
 
 * Relocate wcwidth module to third_party/ to follow Google practices.