Skip to content

Commit

Permalink
fix news heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 10, 2019
1 parent 1684ae3 commit b3e0664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There is one very big downside to this: breaks existing code. That's the big one

* `docs_bulk_update()` was not handling boolean values correctly. now fixed (#239) (#240) thanks to @dpmccabe

## DEPRECATED AND DEFUNCT
### DEPRECATED AND DEFUNCT

* the `info()` method has been moved inside of the connection object. after calling `x = connect()` you can call `x$info()`
* the `ping()` method has been marked as deprecated; instead, call `ping()` on the connection object created by a call to `connect()`
Expand Down

0 comments on commit b3e0664

Please sign in to comment.