Skip to content

Commit

Permalink
Release 2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 15, 2017
1 parent c630455 commit 846d7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.0.0-alpha1 (2017-01-15)

* Added `hiccup2.core` namespace that escapes strings automatically
* Added new syntax for class and style attributes
* Fixed issue with pre-compiled `html` macro accepting new mode bindings

## 1.0.5 (2014-01-25)

* Inverted container tag check to look for void tags instead
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject hiccup "1.0.5"
(defproject hiccup "2.0.0-alpha1"
:description "A fast library for rendering HTML in Clojure"
:url "http://github.com/weavejester/hiccup"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 846d7ef

Please sign in to comment.