@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Drop explicit support for Python 3.6 ([ #48 ] )
13
+
10
14
## [ 1.4.0] - 2022-11-08
11
15
12
16
### Added
@@ -73,19 +77,20 @@ Initial version of `codetiming`. Version 1.0.0 corresponds to the code in the tu
73
77
[ 1.1.0 ] : https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0
74
78
[ 1.0.0 ] : https://github.com/realpython/codetiming/releases/tag/v1.0.0
75
79
76
- [ #13 ] : https://github.com/realpython/codetiming/pull/13
77
- [ #17 ] : https://github.com/realpython/codetiming/pull/17
78
- [ #18 ] : https://github.com/realpython/codetiming/pull/18
79
- [ #23 ] : https://github.com/realpython/codetiming/pull/23
80
- [ #24 ] : https://github.com/realpython/codetiming/issues/24
81
- [ #25 ] : https://github.com/realpython/codetiming/pull/25
82
- [ #27 ] : https://github.com/realpython/codetiming/pull/27
83
- [ #29 ] : https://github.com/realpython/codetiming/issues/29
84
- [ #30 ] : https://github.com/realpython/codetiming/pull/30
85
- [ #32 ] : https://github.com/realpython/codetiming/pull/32
86
- [ #33 ] : https://github.com/realpython/codetiming/pull/33
87
- [ #34 ] : https://github.com/realpython/codetiming/pull/34
88
- [ #35 ] : https://github.com/realpython/codetiming/pull/35
89
- [ #38 ] : https://github.com/realpython/codetiming/pull/38
90
- [ #46 ] : https://github.com/realpython/codetiming/pull/46
80
+ [ #48 ] : https://github.com/realpython/codetiming/pull/48
91
81
[ #47 ] : https://github.com/realpython/codetiming/pull/47
82
+ [ #46 ] : https://github.com/realpython/codetiming/pull/46
83
+ [ #38 ] : https://github.com/realpython/codetiming/pull/38
84
+ [ #35 ] : https://github.com/realpython/codetiming/pull/35
85
+ [ #34 ] : https://github.com/realpython/codetiming/pull/34
86
+ [ #33 ] : https://github.com/realpython/codetiming/pull/33
87
+ [ #32 ] : https://github.com/realpython/codetiming/pull/32
88
+ [ #30 ] : https://github.com/realpython/codetiming/pull/30
89
+ [ #29 ] : https://github.com/realpython/codetiming/issues/29
90
+ [ #27 ] : https://github.com/realpython/codetiming/pull/27
91
+ [ #25 ] : https://github.com/realpython/codetiming/pull/25
92
+ [ #24 ] : https://github.com/realpython/codetiming/issues/24
93
+ [ #23 ] : https://github.com/realpython/codetiming/pull/23
94
+ [ #18 ] : https://github.com/realpython/codetiming/pull/18
95
+ [ #17 ] : https://github.com/realpython/codetiming/pull/17
96
+ [ #13 ] : https://github.com/realpython/codetiming/pull/13
0 commit comments