From 3c2af95d21a0bec98be4511bcab916315aef63ff Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 19 Jul 2022 20:05:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7667604..8f021aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. ## 1.23.1 - ??? +- Don't process shared object names passed to dlopen. - Add better support for windows console in the default shell.c for autocompletion and other shell-like input features. - Improve default error message from `assert`.