about summary refs log tree commit homepage
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-07 15:00:16 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-07 15:00:16 -0700
commitbbefb358174e73d7edbf8a1014817fe1557e39af (patch)
tree0233b7465f5f58e4cf08d7d591f96899abe9a6c2 /KNOWN_ISSUES
parentf636f7c31acd6d84bdc058a921e969608ae4b19e (diff)
downloadunicorn-bbefb358174e73d7edbf8a1014817fe1557e39af.tar.gz
Diffstat (limited to 'KNOWN_ISSUES')
-rw-r--r--KNOWN_ISSUES3
1 files changed, 3 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index a63006f..bc3dac5 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -3,6 +3,9 @@
 Occasionally odd {issues}[link:ISSUES.html] arise without a transparent or
 acceptable solution.  Those issues are documented here.
 
+* For notes on sandboxing tools such as Bundler or Isolate,
+  see the {Sandbox}[link:Sandbox.html] page.
+
 * Under Ruby 1.9.1, methods like Array#shuffle and Array#sample will
   segfault if called after forking.  This is fixed in trunk (r26936) and
   should be backported to the next 1.9.1 stable release (after p378).