Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add Changelog entry and Update Copyright
  • Loading branch information
p4v4n committed Feb 19, 2024
commit 2da14e958c8bbb2c1b067568b09d78934dbb129d
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main (unreleased)

- Add support for `in-ns` forms in `clojure-ts-find-ns`

## 0.2.2 (2024-02-16)

- [#37]: Fix derived modes broken with [#36].
Expand Down
2 changes: 1 addition & 1 deletion test/utils/test-helper.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; test-helper.el --- Clojure TS Mode: Non-interactive unit-test setup -*- lexical-binding: t; -*-

;; Copyright © 2022-2024 Danny Freeman
;; Copyright © 2022-2024 Bozhidar Batsov <[email protected]>

;; This file is not part of GNU Emacs.

Expand Down