This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Roll 3.6.10
pull/501/head
3.6.10
Mark Allen
6 years ago
parent
b89d362f24
commit
4ffdf0dbef
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
README.md
+1
-1
src/lager.app.src
+ 5
- 0
README.md
View File
@ -1141,6 +1141,11 @@ Example Usage:
3.x Changelog
-------------
3.6.10 - 30 April 2019
* Documentation: Fix pr_stacktrace invocation example (#494)
* Bugfix: Do not count suppressed messages for message drop counts (#499)
3.6.9 - 13 March 2019
* Bugfix: Fix file rotation on windows (#493)
+ 1
- 1
src/lager.app.src
View File
@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "3.6.
9
"},
{vsn, "3.6.
10
"},
{modules, []},
{applications, [
kernel,
Write
Preview
Loading…
Cancel
Save