update changelog
This commit is contained in:
parent
d3188924a4
commit
d33f302884
1 changed files with 26 additions and 0 deletions
26
CHANGES.txt
26
CHANGES.txt
|
@ -1,4 +1,30 @@
|
|||
|
||||
0.1a14
|
||||
------
|
||||
|
||||
- Slight overhaul of init() system; added ``edbob.init_modules()`` function.
|
||||
|
||||
- Added ``read_service()`` method to ``AppConfigParser`` class, for use with
|
||||
Windows services.
|
||||
|
||||
- Added generic ``Service`` class to ``edbob.win32`` module. (File monitor now
|
||||
inherits from it.)
|
||||
|
||||
- Tweaked ``edbob.db`` initialization somewhat. (``Base.metadata`` no longer
|
||||
binds to ``edbob.db.engine``.)
|
||||
|
||||
- Fixed guest role bug in ``edbob.db.auth.has_permission()`` function.
|
||||
|
||||
- Added "automagical" enumeration support for database extensions.
|
||||
|
||||
- Added ``EMAIL_PREFERENCE`` enum to ``contact`` database extension.
|
||||
|
||||
- Tweaked ``edbob.pyramid.includeme()``.
|
||||
|
||||
- Tweaked ``people`` Pyramid views.
|
||||
|
||||
- Added ``edbob.daemon`` module.
|
||||
|
||||
0.1a13
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue