summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex_parser_readme.md')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_parser_readme.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md
index 29db9695e75..d47a89f5705 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md
+++ b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md
@@ -2,14 +2,23 @@
This file is part of the __SyncTeX__ package.
-[//]: # (Version: 1.20)
-[//]: # (Date: Fri Jul 14 16:20:41 UTC 2017)
+[//]: # (Version: 1.21)
+[//]: # (Date: Sun Oct 15 15:09:55 UTC 2017)
## Important
+* Changes in version `1.21`
+
+ * Display query returns more results (as much as `1.18`)
+ * Remove a `\` character from the name of 2 test files.
+ * Change variable name `class` to `class_` because the former is a reserved keyword in C++.
+ * Adding a more portable unused variable management.
+ * Various cosmetic changes in the source code, including explicit declaration of `void` in forward function declaration.
+
+
* Changes in version `1.20`
- One bug fixed in some initialization and different syntax to make some compilers happy.
+ One bug fixed in some initialization and different syntax to make some compilers happy.
* Changes in version `1.19`