aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-10-06 14:31:32 -0400
committerGravatar mitchell <none@none>2021-10-06 14:31:32 -0400
commit7f125d5d9932ef685f67357fe0ab9988d4308f6a (patch)
tree6002c406991067ae21c8d2588f016287698f04b1 /docs
parentaf6f915ac710939dd6d553b50fd211385844a635 (diff)
Updated gdb debugger test.
Newer versions of gdb report different line numbers when stepping into functions.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 51928209..83bdd924 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -18,6 +18,29 @@ Download:
Bugfixes:
+*
+* Lua REPL: Fixed broken REPL on reset.
+
+Changes:
+
+*
+
+[Textadept 11.3 beta -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta/textadept_11.3_beta.win32.zip
+[Textadept 11.3 beta -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta/textadept_11.3_beta.macOS.zip
+[Textadept 11.3 beta -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta/textadept_11.3_beta.linux.tgz
+[Textadept 11.3 beta -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta/textadept_11.3_beta.modules.zip
+
+### 11.3 beta (01 Oct 2021)
+
+Download:
+
+* [Textadept 11.3 beta -- Win32][]
+* [Textadept 11.3 beta -- Mac OSX 10.7+][]
+* [Textadept 11.3 beta -- Linux][]
+* [Textadept 11.3 beta -- Modules][]
+
+Bugfixes:
+
* Fixed Windows directory typos in the manual.
* Prevent running the command entry while in the command entry.
* Fixed uncommenting comments that are not initially aligned.