Skip to content

Commit 028031c

Browse files
committed
Refine CHANGES.rst headers
1 parent c75f50a commit 028031c

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

CHANGES.rst

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,70 @@
1-
=======
21
Changes
32
=======
43

54
1.2.0 (2021-08-09)
6-
==================
5+
------------------
76

87
- Support Python 3.9
98
- Remove Python 3.4 and 3.5 support.
109

1110
1.1.0 (2020-02-10)
12-
==================
11+
------------------
1312

1413
- Support Python 3.8
1514
- Fix broken ``set_format`` function when formatter argument is given.
1615

1716
1.0.0 (2019-04-03)
18-
==================
17+
------------------
1918

2019
- Renamed:
2120

22-
- ``turn_logging_datetime(on=True)``
23-
- ``turn_logging_thread_name(on=False)``
24-
- ``turn_logging_process_id(on=False)``
21+
- ``turn_logging_datetime(on-True)``
22+
- ``turn_logging_thread_name(on-False)``
23+
- ``turn_logging_process_id(on-False)``
2524

2625
- Support most same APIs between alog and Alogger.
2726
- Add ``alog.pdir()`` for handy replacing ``[attr for attr in dir(obj)
2827
if not attr.startswith("_")]``.
2928

3029
0.9.13 (2017-06-18)
31-
===================
30+
-------------------
3231

33-
- Fix not able to ``turn_log_datetime(on=False)``.
32+
- Fix not able to ``turn_log_datetime(on-False)``.
3433

3534
0.9.12 (2017-06-16)
36-
===================
35+
-------------------
3736

38-
- Support not showing_log_datetime by ``turn_log_datetime(on=False)``.
37+
- Support not showing_log_datetime by ``turn_log_datetime(on-False)``.
3938

4039
0.9.11 (2017-04-07)
41-
===================
40+
-------------------
4241

4342
- Add ``alog.getLogger()`` for handy replacing ``logging.getLogger``.
4443

4544
0.9.10 (2017-03-27)
46-
===================
45+
-------------------
4746

4847
- Default logging format asctime to "%Y-%m-%d %H:%M:%S" instead of
4948
"%Y-%m-%d,%H:%M:%S.%f".
5049
- Update package info and usage (setup.py, README, ...).
5150

5251
0.9.9 (2016-08-28)
53-
==================
52+
------------------
5453

5554
- Update to turn_thread_name and turn_process_id.
5655

5756
0.9.8 (2016-08-27)
58-
==================
57+
------------------
5958

6059
- Support showing_thread_name and showing_process_id.
6160
- Support global reset.
6261

6362
0.9.7 (2016-08-17)
64-
==================
63+
------------------
6564

6665
- Better paths log for None default root name.
6766

6867
0.9.6 (2016-08-16)
69-
==================
68+
------------------
7069

7170
- First public release.

0 commit comments

Comments
 (0)