|
2 | 2 | title:'Changelog - Python Cheatsheet' |
3 | 3 | description:See what is new, what got fixed, and what is coming. |
4 | 4 | date:July 19, 2022 |
5 | | -updated:July 20, 2025 |
| 5 | +updated:August 2, 2025 |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | <base-title:title="frontmatter.title":description="frontmatter.description"> |
9 | 9 | Changelog |
10 | 10 | </base-title> |
11 | 11 |
|
| 12 | +##2025-08-02 |
| 13 | + |
| 14 | +- Improved navigation by adding cross-references to the <router-linkto="/cheatsheet/file-directory-path">File and Directory Paths</router-link> guide from related pages like the <router-linkto="/modules/os-module">os module</router-link>, <router-linkto="/modules/pathlib-module">pathlib module</router-link>, and <router-linkto="/cheatsheet/reading-and-writing-files">reading and writing files</router-link> cheatsheet. |
| 15 | +- Refactored the <router-linkto="/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 | + |
12 | 17 | ##2025-07-20 |
13 | 18 |
|
14 | 19 | - Added new blog post <router-linkto="/blog/python-data-types">Python Data Types Explained - A Visual Guide for Beginners</router-link> |
|