summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-23 20:38:59 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-23 20:38:59 -0700
commit26e36ab4cc760c032cacb4d80d65494308d29e27 (patch)
tree8f059310533f9b27208a769126f841e5dea97e59
parentce91caa1a92fe8fbab17b1b6da0854174c8cda70 (diff)
downloadchef-zero-26e36ab4cc760c032cacb4d80d65494308d29e27.tar.gz
Unreleased changelog info
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a38a7db..48ab14d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Chef Zero CHANGELOG
===================
+# Unreleased
+
+- **Multi-tenancy!** If you set :single_org => nil when starting the server, you will gain /organizations/* at the beginning of all URLs. Internally, all endpoints are rooted at /organizations/ORG anyway, there is just a translation that goes on to add /organizations/single_org to the URL when someone hits chef-zero.
+- Fixes to support chef-zero local mode passing pedant
+
# 2.0.2 (1/20/2014)
- Fix a series of typos in the README