We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e2dfa commit 81ff4e3Copy full SHA for 81ff4e3
1 file changed
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+ # Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
+The changelog starts with version 2.10.0.
8
+Changes to prior versions can be found on the [Github release page](https://github.com/cryptomator/cryptofs/releases).
9
10
+## [Unreleased](https://github.com/cryptomator/cryptofs/compare/2.9.0...HEAD)
11
12
+### Added
13
+* [changelog](CHANGELOG.md) file
14
15
+### Changed
16
+* Use JDK 25 for build (bf26d6c9cd15a2489126ee0409a8ec9eca59da0c)
17
+* Pin external ci actions (#320)
18
19
+### Fixed
20
+* Replacing internal path class `CryptoPath` with strings in `FilesystemEvent`s (#319)
21
+* Make DOS file attribute class immutable (#305)
0 commit comments