diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 13:58:03 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:17:45 -0700 |
commit | 22e448d78694a2598f4eece44b790a36069ccbb2 (patch) | |
tree | 2be8b846b97a31d831788b1649e10e7d0b289afd | |
parent | 207b1e4c59f4577b98ef74795313c5afcdd77ff0 (diff) |
Add NEWS entry for the DBIx::Class transition
Change-Id: Ie8ee7f8b2f430ca9b5f38d2e060659f48dacc35f
Reviewed-on: https://gerrit.stanford.edu/975
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ wallet 1.0 (unreleased) can only be set by the owner or wallet administrators but can be seen by anyone on the show ACL. + The wallet server backend now uses DBIx::Class for the database layer, + which means that DBIx::Class and SQL::Translator and all of their + dependencies now have to be installed for the server to work. If the + database in use is SQLite 3, DateTime::Format::SQLite should also be + installed. + Add docs/objects-and-schemes, which provides a brief summary of the current supported object types and ACL schemes. |