-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.txt
81 lines (53 loc) · 1.89 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
SLF4M Changelog
===============
Version 1.3.0 (2021-01-16)
--------------------------
* Automatic library initialization
* Centralize global stuff in logger.globals class
Version 1.2.2 (2020-01-30)
--------------------------
* R2020a compatibility
* Switch dispstr from HEAD to releases
Version 1.2.1.1 (2020-01-09)
--------------------------
* Dummy release just to sync up File Exchange and GitHub Releases
Version 1.2.1 (2020-01-09)
--------------------------
* Dummy release just to sync up File Exchange and GitHub Releases
Version 1.2.0 (2020-01-09)
--------------------------
* Rename 'logm' package to 'logger'
* Add logger.version function
* Require logger.initSLF4M for real
Version 1.1.2 (2020-01-09)
--------------------------
* Update dispstr dependency
* dispstr: handle datetimes and categoricals
* Fix caller class/function name detection for static methods
* Allow configureBasicConsoleLogging to be called multiple times safely
Version 1.1.1.1 (2018-03-06)
--------------------------
* Revision bump for MathWorks File Exchange re-submission. No code changes.
Version 1.1.1 (2018-03-06)
--------------------------
* Fix JAR file missing from the distribution
Version 1.1.0.1 (2018-03-06)
--------------------------
* Clarify dual-licensing in the LICENSE file. No changes to code.
Version 1.1.0 (2018-02-26)
--------------------------
* Added exception formatting to the logging functions.
Version 1.0.0.1 (2018-02-21)
--------------------------
Same as 1.0.0; I just added a screenshot on File Exchange, and that requires a
revision bump.
Version 1.0.0 (2018-02-21)
--------------------------
Same as version 0.2.0. I'm just declaring this 1.0 and ready for use.
(Especially because File Exchange doesn't allow 0.x versions.)
Version 0.2.0 (2018-02-21)
--------------------------
* Add a configuration GUI
Version 0.1.0 (2018-02-18)
--------------------------
* Initial checkin to GitHub