Skip to content

Commit b359877

Browse files
author
Carlos
committed
Update changelog to reflect new entries and improve navigation with cross-references
1 parent 337eab7 commit b359877

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
title: 'Changelog - Python Cheatsheet'
33
description: See what is new, what got fixed, and what is coming.
44
date: July 19, 2022
5-
updated: July 20, 2025
5+
updated: August 2, 2025
66
---
77

88
<base-title :title="frontmatter.title" :description="frontmatter.description">
99
Changelog
1010
</base-title>
1111

12+
## 2025-08-02
13+
14+
- Improved navigation by adding cross-references to the <router-link to="/cheatsheet/file-directory-path">File and Directory Paths</router-link> guide from related pages like the <router-link to="/modules/os-module">os module</router-link>, <router-link to="/modules/pathlib-module">pathlib module</router-link>, and <router-link to="/cheatsheet/reading-and-writing-files">reading and writing files</router-link> cheatsheet.
15+
- Refactored the <router-link to="/cheatsheet/file-directory-path">File and Directory Paths</router-link> cheatsheet to focus on the `pathlib` module, with links to the `os` module page for older methods.
16+
1217
## 2025-07-20
1318

1419
- Added new blog post <router-link to="/blog/python-data-types">Python Data Types Explained - A Visual Guide for Beginners</router-link>

0 commit comments

Comments
 (0)