From e1551679478c2f3568e6f7913052d8e50d69dcd1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 17 Oct 2023 13:20:25 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c5101..b66e24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Don't correct `SHTTP` to `HTTPS` +- Associate `.jl` with the `jl` language type, rather than `lisp` +- Add Julia-specific allowed words + ## [1.16.20] - 2023-10-16 ### Features