Skip to content

Commit 10e9bfe

Browse files
committed
Added changelog
1 parent 327de05 commit 10e9bfe

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)