summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/semver.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-memquota/semver.md')
-rw-r--r--crates/tor-memquota/semver.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/tor-memquota/semver.md b/crates/tor-memquota/semver.md
new file mode 100644
index 000000000..5678f0366
--- /dev/null
+++ b/crates/tor-memquota/semver.md
@@ -0,0 +1,4 @@
+BREAKING: `ConfigBuilder::max()` and `ConfigBuilder::low_water()` (which are effectively part of the
+ public "arti-client" API) now take a `impl Into<ExplicitOrAuto<usize>>` instead of a
+ `usize`. This should generally be backwards compatible, but may cause type inference
+ errors.