diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68193ed --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# [Unreleased](https://github.com/delgan/win32-setctime/compare/1.1.0...master) + +- Add support for type hints. + + +# [1.1.0](https://github.com/Delgan/win32-setctime/releases/tag/1.1.0) (2022-22-01) + +- Add option to avoid following symlinks ([#6](https://github.com/Delgan/win32-setctime/issues/6)). + + +# [1.0.4](https://github.com/Delgan/win32-setctime/releases/tag/1.0.4) (2021-11-28) + +- Fix timestamp conversion accuracy for big values ([#4](https://github.com/Delgan/win32-setctime/issues/4), thanks [@osyu](https://github.com/osyu)). + + +# [1.0.3](https://github.com/Delgan/win32-setctime/releases/tag/1.0.3) (2020-10-05) + +- Add support for changing ctime of directories ([#3](https://github.com/Delgan/win32-setctime/issues/3)). + + +# [1.0.2](https://github.com/Delgan/win32-setctime/releases/tag/1.0.2) (2020-09-03) + +- Make usage on `kernel32` more robust ([#2](https://github.com/Delgan/win32-setctime/issues/2)). + + +# [1.0.1](https://github.com/Delgan/win32-setctime/releases/tag/1.0.1) (2019-06-28) + +- Fix handling of `CreateFileW()` errors (`FileNotFoundError` notably). + + +# [1.0.0](https://github.com/Delgan/win32-setctime/releases/tag/1.0.0) (2019-06-28) + +- Initial release adding `setctime()` function.