Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Add 1.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 21, 2017
1 parent 9547d0d commit 2a4d200
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
====

## 1.2
- Support Scala.js
- The usage is same. Just add `wvlet.log.LogSupport` in your traits.
- limitations
- LogLevelScanner, LogRotateHandler, AsyncHandler are avilable only for ScalaJVM
- Because reflection is missing in Scala.js, the logger name of complex traits may not be resolved properly. In this case, call `val logger = wvlet.log.Logger.of(name)` to use a proper logger name.

## 1.1
- Add AsyncHandler for logging heavy log writing process in a background thread
- Add FileHandler
Expand Down

0 comments on commit 2a4d200

Please sign in to comment.