You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,18 @@ and commits should be formatted using [Conventional Commits](https://www.convent
8
8
9
9
## [Unreleased]
10
10
11
+
### Added
12
+
13
+
- Async: Provide a new `atop_n_routes()` function for async contexts by @stronk7 ([d3d707e](https://github.com/moodlehq/asero/commit/d3d707e448801e8f749f999d815683bce74d63ed))
14
+
11
15
### Changed
12
16
13
-
- Dependencies: Bump various libraries.
17
+
- Dependencies: Bump various libraries by @stronk7 ([4342f2a](https://github.com/moodlehq/asero/commit/4342f2af949d0770692ad95f1f841b212ac2e6fb))
14
18
15
19
### Fixed
16
20
17
21
- Docs: Solve a configuration problem with CHANGELOG generation by @stronk7 ([f7d4032](https://github.com/moodlehq/asero/commit/f7d403253f96e8eafe091441832c5d26a6402d58))
22
+
- CLI: Support the new async functions from the CLI.
0 commit comments