Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Aug 19, 2020
1 parent 5164d2b commit 7b65be4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## v1.2.0

* Add new `setLoggerEnabled` function to enable / disable logger. Logger is enabled by default.
* Add new `setLoggerEnabled` function to enable / disable logger. Logger is enabled by default
* Add new `debug`, `info`, `warn`, and `error` log methods. They use levels 2, 1, 0, and -1 respectively
* Add new `getLogLevel` method to get currently set log level
* Fix type file not exporting function declarations
* Fix typo in `setLogLevel` function declaration in type file

Expand Down

0 comments on commit 7b65be4

Please sign in to comment.