summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-27 20:21:30 +0200
committerLars Wirzenius <liw@liw.fi>2015-10-27 20:23:25 +0200
commit7039ac929964ec4b148e965a309f0622d71fbca7 (patch)
tree3694c4d43c63058abd0d435ab810e383fe60224a /NEWS
parentf92722707795f79b7b3d7d34a649cb7745c9889b (diff)
downloadobnam-7039ac929964ec4b148e965a309f0622d71fbca7.tar.gz
Make RepositoryFS be explicit about what it supports
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bdf9a95..5c0868c2 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,11 @@ Version 1.18, released UNRELEASED
avoid problems with directory trees that are deeper than Python's
call stack limit allows.
+* Lars Wirzenius made the `RepositoryFS` class be explicit in what
+ filesystem operations it supports for repositories, rather than
+ supporting everything. This makes future changes and adding
+ non-filesystem (e.g., object store) support later easier to do.
+
Version 1.17, released 2015-09-12
---------------------------------