git repos / PlatformFolders

commit 14f997e9

Poul Sander · 2021-08-08 15:23
14f997e9bd12fe508fd9c3d07fe6b13fd07709dc patch · browse files
parent 1b05be0a24eff9d16d101ee7da18909619a10b54

Update change log. Make link to latest release again use the latest release which will work once 4.1.0 is out

Changed files

M CHANGELOG.md before
M README.md before
diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c7cf7..6bf41c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
@@ -59,7 +62,7 @@
## [2.2] 2016-09-06
-### Changed
+### Fixed
- Fixed a buffer overflow introduced in 2.1 (originally created to ensure C++03 compatibility)
- The example file no longer abuses namespaces.
diff --git a/README.md b/README.md index d688675..2e13049 100644 --- a/README.md +++ b/README.md
@@ -2,7 +2,7 @@
A C++ library to look for directories like `My Documents`, `~/.config`, `%APPDATA%`, etc. so that you do not need to write platform-specific code
-[Source code](https://github.com/sago007/PlatformFolders) • [Latest release (4.0.0)](https://github.com/sago007/PlatformFolders/releases/tag/4.0.0) • [Doxygen documentation](https://sago007.github.io/PlatformFolders/html/doxygen/)
+[Source code](https://github.com/sago007/PlatformFolders) • [Latest release](https://github.com/sago007/PlatformFolders/releases/latest) • [Doxygen documentation](https://sago007.github.io/PlatformFolders/html/doxygen/)
## Rationale