Skip to content

Commit c2b617b

Browse files
committed
Update changelog with recent fixes and enhancements; add user to VSCode settings
1 parent 3e3a1c8 commit c2b617b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"mkdir",
109109
"mkvirtualenv",
110110
"Mozar",
111+
"msohaib",
111112
"mydata",
112113
"mypy",
113114
"namelist",

src/pages/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ updated: February 25, 2023
99
Changelog
1010
</base-title>
1111

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+
1219
## 2024-12-22
1320

1421
- Fixed several typos. Thanks [@skyunna](https://github.com/skyunna)

0 commit comments

Comments
 (0)