aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:25:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:26:42 -0700
commit8812e12e1ad40ebb07a7a11c11fd1bf6014fa867 (patch)
tree656c9f7b3dd01a909de3c844dc7ce27515a5689a /doc
parentf8867b51e23dcc51bdc8f82a4472783bf642bc5c (diff)
downloadconsfigurator-8812e12e1ad40ebb07a7a11c11fd1bf6014fa867.tar.gz
doc/news.rst: entries for 1.2.4
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/news.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 9f8a6aa..58ca80a 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -23,6 +23,19 @@ In summary, you should always be able to upgrade to a release which only
increments ``patch``, but if either of the other two components have changed,
you should review this document and see if your consfig needs updating.
+1.2.4 (unreleased)
+------------------
+
+- New tutorial, "Defining new properties".
+
+- Extract docstrings and use them to generate API references in the manual.
+ It should now be possible to know what properties are available for your use
+ without having to read the source of properties modules.
+
+- New Emacs major mode, ``consfigurator-lisp-mode``. This takes care of
+ informing Emacs that parts of the buffer are CL-INTERPOL and CL-HEREDOC
+ strings, fixing SLIME's C-c C-c in certain cases.
+
1.2.2 (2023-02-20)
------------------