From f500a4bfa36943b3e3d43b46b0956dcfd35ce9c3 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 10 Jan 2016 10:35:47 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 10458ae..ad204cc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.9.2 (unreleased) +* Added VOID selector which navigates nowhere +* Better syntax checking for defpath + ## 0.9.1 * Fixed reflection in protocol path code * Optimized late-bound parameterization for JVM implementation by directly creating the object array rather than use object-array diff --git a/VERSION b/VERSION index f374f66..6099ce6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.9.2-SNAPSHOT