diff --git a/.vscode/settings.json b/.vscode/settings.json index ab90c09d..8bfb41b1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "cSpell.words": [ "aaclient", "abspath", + "Acumane", "AEIOU", "aiter", "aitersync", @@ -99,6 +100,7 @@ "nlink", "nonexistentfile", "nongreedy", + "noraa", "nugel", "nums", "ohmyfetch", diff --git a/src/pages/changelog.md b/src/pages/changelog.md index d27ab1fc..11e9b6a1 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -13,7 +13,8 @@ Changelog ## 2023-01-12 -- Fixed some mistakes in Dictionaries . Thanks [@Acumane](https://github.com/Acumane) ([#155](https://github.com/wilfredinni/python-cheatsheet/pull/155)) +- Fixed some mistakes in Dictionaries. Thanks [@Acumane](https://github.com/Acumane) ([#155](https://github.com/wilfredinni/python-cheatsheet/pull/155)) +- Added `map` built-in details and examples. Thanks [@noraa-july-stoke](https://github.com/noraa-july-stoke) ([#156](https://github.com/wilfredinni/python-cheatsheet/pull/156)) ## 2023-01-16