summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-disable-eip-missing-files1
-rw-r--r--changes/feature-install-local-path1
-rw-r--r--changes/feature_improve_pinned_providers1
-rw-r--r--changes/feature_install-helpers-util3
-rw-r--r--changes/feature_pin_riseup1
-rw-r--r--changes/feature_update-bundle-binaries1
-rw-r--r--changes/use-dict-instead-of-object1
7 files changed, 0 insertions, 9 deletions
diff --git a/changes/feature-disable-eip-missing-files b/changes/feature-disable-eip-missing-files
deleted file mode 100644
index 1479858c..00000000
--- a/changes/feature-disable-eip-missing-files
+++ /dev/null
@@ -1 +0,0 @@
-- Disable EIP if the helper files were not installed. Closes: #5818
diff --git a/changes/feature-install-local-path b/changes/feature-install-local-path
deleted file mode 100644
index 17e1d2d7..00000000
--- a/changes/feature-install-local-path
+++ /dev/null
@@ -1 +0,0 @@
-- Install helpers to /usr/local for bundle. Closes: #5741
diff --git a/changes/feature_improve_pinned_providers b/changes/feature_improve_pinned_providers
deleted file mode 100644
index dd5f7ec3..00000000
--- a/changes/feature_improve_pinned_providers
+++ /dev/null
@@ -1 +0,0 @@
-- Improve how pinned providers are handled by hardcoding it instead of expecting them to be in the config. Closes #4733. \ No newline at end of file
diff --git a/changes/feature_install-helpers-util b/changes/feature_install-helpers-util
deleted file mode 100644
index 4facc1d3..00000000
--- a/changes/feature_install-helpers-util
+++ /dev/null
@@ -1,3 +0,0 @@
-- Remove deprecated policy files. Closes: #5651
-- Install helper files only if standalone=True. Related: #5625
-- Use installer helper from within bundle path. Related: #5634
diff --git a/changes/feature_pin_riseup b/changes/feature_pin_riseup
deleted file mode 100644
index 9b8b960f..00000000
--- a/changes/feature_pin_riseup
+++ /dev/null
@@ -1 +0,0 @@
-- Pin Riseup as a provider. Closes #5783. \ No newline at end of file
diff --git a/changes/feature_update-bundle-binaries b/changes/feature_update-bundle-binaries
deleted file mode 100644
index f573ee61..00000000
--- a/changes/feature_update-bundle-binaries
+++ /dev/null
@@ -1 +0,0 @@
-- Update the bundled binaries to their path if their sha256 is not correct. Closes:#5759
diff --git a/changes/use-dict-instead-of-object b/changes/use-dict-instead-of-object
deleted file mode 100644
index b7ed58e4..00000000
--- a/changes/use-dict-instead-of-object
+++ /dev/null
@@ -1 +0,0 @@
-- Use a dict instead an object to ease later serialization.