aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index e36a218..51d1678 100644
--- a/README.org
+++ b/README.org
@@ -13,6 +13,13 @@
I also wanted a small project which I could use to practice writing
GNU guile.
+* 2.0.0 Breaking changes please read
+
+ As of version 2.0.0, =pinentry-rofi= is now built using [[https://www.gnu.org/software/automake][automake]].
+ See [[file:HACKING][HACKING]] for more info on that. It also lost its =-guile= prefix
+ for the executable. And it is no longer just one file, most of its
+ content is now a [[https://www.gnu.org/software/guile/manual/html_node/General-Information-about-Modules.html][guile module]], which the executable now calls.
+
* Install
** From Source