Skip to content

Commit d9a1fae

Browse files
author
Carlos
committed
update changelog
1 parent e1b317b commit d9a1fae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"kinsta",
107107
"kwarg",
108108
"kwds",
109+
"larskrjo",
109110
"levelname",
110111
"listdir",
111112
"ljust",
@@ -114,6 +115,7 @@
114115
"lukaszwojcik",
115116
"madeelchaudhary",
116117
"makedirs",
118+
"manuothatceguy",
117119
"memoryview",
118120
"mkdir",
119121
"mkvirtualenv",

src/pages/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ updated: August 16, 2025
99
Changelog
1010
</base-title>
1111

12+
13+
## 2025-10-12
14+
15+
- Added `csv` module with examples of basic usage and reference. Thanks [@manuothatceguy](https://github.com/manuothatceguy)
16+
- Fixed typo in Python decorators blog post. Thanks [@manuothatceguy](https://github.com/manuothatceguy)
17+
- Fixed ordering of ternary operator. Thanks [@larskrjo](https://github.com/larskrjo)
18+
19+
1220
## 2025-08-16
1321

1422
- Added new blog post <router-link to="/blog/python-decorators-for-beginners">Python Decorators: Simple Patterns to Level Up Your Code</router-link>

0 commit comments

Comments
 (0)