We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327de05 commit 10e9bfeCopy full SHA for 10e9bfe
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+# Changelog
2
+
3
+All notable changes to wsjcpp-core project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [v0.2.2] - 2021-??-?? (2021 ?? ??)
9
10
+### Added
11
12
+- Added test for normalize path
13
+- Added test case for replace all
14
+- Added build_simple.bat for windows
15
16
+### Changed
17
18
+- Up c++ to version 17 (need for std::filesystem)
19
+- Redesign getListOfDisrs to using crossplatform std::filesystem
20
21
+### Fixed
22
23
+- Fixed setFilePermissions
0 commit comments