diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 10 | ||||
-rw-r--r-- | changes/feature_4784_memoize-decorator | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 0000000..cc00ecf --- /dev/null +++ b/changes/VERSION_COMPAT @@ -0,0 +1,10 @@ +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z diff --git a/changes/feature_4784_memoize-decorator b/changes/feature_4784_memoize-decorator deleted file mode 100644 index 5e6bf82..0000000 --- a/changes/feature_4784_memoize-decorator +++ /dev/null @@ -1 +0,0 @@ - o Add memoized_method decorator. Closes: #4784 |