Skip to content

Commit

Permalink
Add missing changelog subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 1, 2015
1 parent d51210a commit c5912c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

### New features

* [#302](https://github.com/clojure-emacs/clojure-mode/pull/302): Add new sexp navigation commands. `clojure-forward-logical-sexp` and `clojure-backward-logical-sexp` consider `^hints` and `#reader.macros` to be part of the sexp that follows them.
* [#303](https://github.com/clojure-emacs/clojure-mode/issues/303): Handle `boot` projects in `clojure-expected-ns`.

Expand Down

0 comments on commit c5912c9

Please sign in to comment.