Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From tmpfile-0.0.3 To trunk
2024-09-21
| ||
10:49 | Change log. Leaf check-in: 61d5a6e682 user: jan tags: trunk | |
10:44 | Exclude example and bacon.toml from packaging. check-in: 9812603c60 user: jan tags: tmpfile-0.0.3, trunk | |
10:41 | Update to swctx 0.3.0. check-in: 4dadb6cccc user: jan tags: trunk | |
Changes to www/changelog.md.
1 2 3 4 | # Change Log ## [Unreleased] | | > > > > > > > > > > < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Change Log ## [Unreleased] [Details](/vdiff?from=tmpfile-0.0.3&to=trunk) ### Added ### Changed ### Removed --- ## [0.0.3] - 2024-09-21 [Details](/vdiff?from=tmpfile-0.0.2&to=tmpfile-0.0.3) ### Changed - Previously several error cases returned `std::io::Error`. Now use an application-specific error type: The `TmpProc` trait now has an `Error` type, and `TmpFile` uses a generic `E`, which has a `From<std::io::Error>` bound. - Update to `swctx` `0.3.0`. --- ## [0.0.2] - 2024-01-30 [Details](/vdiff?from=tmpfile-0.0.1&to=tmpfile-0.0.2) ### Added |
︙ | ︙ |