You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog1.com/en/1.0.0/)
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.2.0] - 2020-03-03
11
+
10
12
### Added
11
13
12
-
- Attributes that can be referenced in the `text` template string (suggested by [@mlisovyi](https://github.com/mlisovyi) in [#24]).
14
+
- Attributes that can be referenced in the `text` template string, suggested by [@mlisovyi](https://github.com/mlisovyi) in [#24] ([#25]).
13
15
14
16
### Changed
15
17
16
-
-`Timer.timers` changed from regular to `dict` to a custom dictionary supporting basic statistics for named timers.
18
+
-`Timer.timers` changed from regular to `dict` to a custom dictionary supporting basic statistics for named timers ([#23]).
17
19
18
20
19
21
## [1.1.0] - 2020-01-15
@@ -31,10 +33,14 @@ The format is based on [Keep a Changelog](https://keepachangelog1.com/en/1.0.0/)
31
33
Initial version of `codetiming`. Version 1.0.0 corresponds to the code in the tutorial [Python Timer Functions: Three Ways to Monitor Your Code](https://realpython.com/python-timer/).
0 commit comments