From 4454245399a10777508e18bd5a7be09efcab58f2 Mon Sep 17 00:00:00 2001
From: Jim Fulton <jim@zope.com>
Date: Sun, 26 Oct 2008 00:38:25 +0000
Subject: [PATCH] Documented a small new feature,

---
 src/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 84832b26..b4b81590 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -8,6 +8,9 @@
 New Features
 ------------
 
+- Wen calling ZODB.DB to create a database, you can now pass a file
+  name, rather than a storage to use a file storage.
+
 - Added support for copying and recovery of blob storages:
 
   - Added a helper function, ZODB.blob.is_blob_record for testing whether
-- 
GitLab