diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 11 | ||||
-rw-r--r-- | changes/feature_4784-memoize-get-key | 1 |
2 files changed, 10 insertions, 2 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index dfe67ab..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -1 +1,10 @@ -leap.common >= 0.3.7 # memoize +################################################# +# 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-get-key b/changes/feature_4784-memoize-get-key deleted file mode 100644 index 5284827..0000000 --- a/changes/feature_4784-memoize-get-key +++ /dev/null @@ -1 +0,0 @@ - o Memoize call to get_key. Closes: #4784 |