summaryrefslogtreecommitdiff
path: root/doc/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 1b5ea53..6af4d5f 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -1,6 +1,6 @@
.. role:: funcdef(literal)
-Lrexlib 2.5 Reference Manual
+Lrexlib 2.6 Reference Manual
============================
.. contents:: Table of Contents
@@ -832,6 +832,13 @@ This function returns a string containing the version of the used TRE library.
Incompatibilities with previous versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+**Incompatibilities between versions 2.6 and 2.5:**
+
+ 1. Removed function ``plainfind``.
+ #. Global variables (e.g. *rex_posix*, *rex_pcre*, etc.) are not created
+ by default. This can be changed at the stage of compilation by adding
+ ``-DREX_CREATEGLOBALVAR`` to ``CFLAGS``.
+
**Incompatibilities between versions 2.2 and 2.1:**
1. gsub_: a special "break" return of *repl* function is deprecated.