Skip to content

Commit

Permalink
[release] 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Dec 7, 2015
1 parent 95457c8 commit 0ac3f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.6
* Fixes a bug where query parameters would persist at different paths.
* Adds support for URL hash fragments.

0.1.5
* Internal refactoring
* Extended browser event gating for meta key, alt key, ctrl key, shift key, etc.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ browsers will be left behind.
Just add the following to your `project.clj`:

```clojure
:dependencies [venantius/accountant "0.1.5"]
:dependencies [venantius/accountant "0.1.6"]
```

## Usage
Expand Down

0 comments on commit 0ac3f91

Please sign in to comment.