We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d3441 commit 2280f08Copy full SHA for 2280f08
CHANGELOG.md
@@ -3,6 +3,16 @@
3
<!-- next-header -->
4
## Unreleased - ReleaseDate
5
6
+### Added
7
+
8
+- Add a way to specify an allowlist of unmanaged APIs within a local directory. See `ManagedApis::with_unknown_apis` for more.
9
10
+### Changed
11
12
+- `Environment` now accepts `impl Into<String>` and `impl Into<Utf8PathBuf>` for ease of use.
13
+- Hide private types and methods.
14
+- Update documentation.
15
16
## [0.1.1] - 2025-09-24
17
18
- README updates.
0 commit comments