summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-29 22:04:56 +0000
committerGerrit Code Review <review@openstack.org>2016-06-29 22:04:56 +0000
commit581e1d13dc6643b4cb2a77a4573c7b77c298acb4 (patch)
treef31a3451bb60ca85e220fc828cf4f0dfee2c2538 /releasenotes
parent1c69ac1bc352e99b059ab8c76318400ac0bbe906 (diff)
parent8a5fbb723f234c89630360bca24aa91160edd8e0 (diff)
downloadoslo-db-581e1d13dc6643b4cb2a77a4573c7b77c298acb4.tar.gz
Merge "Make it possible to use enginefacade decorators with class methods"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/enginefacade_decorators-4660862fe22d2669.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/enginefacade_decorators-4660862fe22d2669.yaml b/releasenotes/notes/enginefacade_decorators-4660862fe22d2669.yaml
new file mode 100644
index 0000000..e176f28
--- /dev/null
+++ b/releasenotes/notes/enginefacade_decorators-4660862fe22d2669.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - enginefacade decorators can now be used for class and instance methods,
+ which implicitly receive the first positional argument. Previously, it
+ was required that all decorated functions receive a context value as the
+ first argument.