From 21fe6139c683240c6be4718e448c4915b2fc1021 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 11 Mar 2020 22:50:30 -0400 Subject: Replaced `buffer.style_name` table with `buffer:name_of_style()`. This requires Scintilla changeset 429993cf4429. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 13eabff0..5ef765cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2609,7 +2609,7 @@ Changes: * Renamed `gui` to [`ui`][]. * Renamed `_M.textadept` to [`textadept`][]. * New [`events.INITIALIZED`][] event. -* Renamed `buffer:get_style_name()` to [`buffer.style_name`][]. +* Renamed `buffer:get_style_name()` to `buffer.style_name`. * Renamed `ui.docstatusbar_text` to [`ui.bufstatusbar_text`][]. * Removed `textadept.bookmarks.BOOKMARK_COLOR`, `textadept.editing.HIGHLIGHT_COLOR`, and `textadept.run.ERROR_COLOR` while @@ -2631,7 +2631,6 @@ Changes: [`ui`]: api.html#ui [`textadept`]: api.html#textadept [`events.INITIALIZED`]: api.html#events.INITIALIZED -[`buffer.style_name`]: api.html#buffer.style_name [`ui.bufstatusbar_text`]: api.html#ui.bufstatusbar_text [`io` module]: api.html#io [CDK]: http://invisible-island.net/cdk/cdk.html -- cgit v1.2.3