Skip to content

Commit 81ff4e3

Browse files
committed
Add CHANGELOG.md
1 parent 93e2dfa commit 81ff4e3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

Comments
 (0)