Skip to content

Commit 1555ebb

Browse files
committed
Fix bullets headings
1 parent 37787c2 commit 1555ebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# httr2 1.1.0
22

3-
# Lifecycle changes
3+
## Lifecycle changes
44

55
* `req_perform_stream()` is superseded in favor of `req_perform_connection()`,
66
which is no longer experimental (#625).
77

88
* `with_mock()` and `local_mock()` are defunct and will be removed in the next
99
release.
1010

11-
# New features
11+
## New features
1212

1313
* `is_online()` wraps `curl::has_internet()`, making it easy to tell if you're
1414
currently online (#512).
@@ -30,7 +30,7 @@
3030
URLs (#464); `url_query_parse()` and `url_query_build()` parse and build
3131
query strings (#425).
3232

33-
# Bug fixes and minor improvements
33+
## Bug fixes and minor improvements
3434

3535
* OAuth response parsing errors now have a dedicated `httr2_oauth_parse` error
3636
class that includes the original response object (@atheriel, #596).

0 commit comments

Comments
 (0)