Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ History
1.5.2 (unreleased)
------------------

- No changes yet.
- Avoid ``KeyError`` in ``getPropertiesForUser`` when ``self.users`` is None. [maurits]

- Check if interface is active when calling a method. [maurits]

- Skip matches that don't have our required login attribute. [fredvd]

- Merge Asko's speed optimizations. [asko]


1.5.1 (2016-10-18)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
'AccessControl>=3.0',
'Acquisition',
'bda.cache',
'bda.cache[pylibmc]',
'five.globalrequest',
'node',
'node.ext.ldap>=1.0b2',
Expand Down
Loading