aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-02-15 14:39:41 +0100
committerJakob Unterwurzacher2020-02-15 14:40:03 +0100
commita92db18fe75a7b5adf2021223fe31699c150343c (patch)
treee65c71ab35bb245f1ae8806c2bc4236e718a526a /README.md
parent747e99468237caeded8d63741b59393cbbbdfc08 (diff)
README: Raw64 change should be bold
This was a new feature flag.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38cacdb..87375ef 100644
--- a/README.md
+++ b/README.md
@@ -371,7 +371,9 @@ v1.3, 2017-04-29
* New feature flag: `HKDF` (enabled by default)
* This is a forwards-compatible change. gocryptfs v1.3 can mount
filesystems created by earlier versions but not the other way round.
-* Enable Raw64 filename encoding by default (gets rid of trailing `==` characters)
+* **Enable Raw64 filename encoding by default (gets rid of trailing `==` characters)**
+ * This is a forwards-compatible change. gocryptfs v1.3 can mount
+ filesystems created by earlier versions but not the other way round.
* Drop Go 1.4 compatibility. You now need Go 1.5 (released 2015-08-19)
or higher to build gocryptfs.
* Add `-serialize_reads` command-line option