We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3a1c8 commit c2b617bCopy full SHA for c2b617b
.vscode/settings.json
@@ -108,6 +108,7 @@
108
"mkdir",
109
"mkvirtualenv",
110
"Mozar",
111
+ "msohaib",
112
"mydata",
113
"mypy",
114
"namelist",
src/pages/changelog.md
@@ -9,6 +9,13 @@ updated: February 25, 2023
9
Changelog
10
</base-title>
11
12
+## 2024-01-18
13
+
14
+- Fixed indentation in example. Thanks [@msohaib9](https://github.com/msohaib9)
15
+- Added example of decorator used within a class for its own method. Thanks [@fPkX6F1nGTX](https://github.com/fPkX6F1nGTX)
16
+- Fixed Netlify build crashing because of older node version (pinned to v20)
17
+- Updated dependencies to the latest versions.
18
19
## 2024-12-22
20
21
- Fixed several typos. Thanks [@skyunna](https://github.com/skyunna)
0 commit comments