Skip to content

Commit e4e521e

Browse files
committed
Prepare docs for 0.2.0-alpha4
1 parent b73e53b commit e4e521e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
From 0.2.0-alpha3 to 0.2.0-alpha4
2+
- Fix error check for builtin prefixes DXML-49
3+
- Remove reflection cases DXML-46
4+
15
From 0.2.0-alpha2 to 0.2.0-alpha3
26
- Minimum requirement is now clojure 1.7.0
37
- Print newline after preamble when pretty-printing (DXML-35)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please report bugs using JIRA [here](http://dev.clojure.org/jira/browse/DXML).
2323

2424
Latest stable release: `0.0.8`
2525

26-
Latest preview release: `0.2.0-alpha3`
26+
Latest preview release: `0.2.0-alpha4`
2727

2828
(The main features of the `0.2.0` series are XML Namespace support and Clojurescript support)
2929

@@ -49,7 +49,7 @@ For Maven projects, add the following XML in your `pom.xml`'s `<dependencies>` s
4949
<dependency>
5050
<groupId>org.clojure</groupId>
5151
<artifactId>data.xml</artifactId>
52-
<version>0.2.0-alpha3</version>
52+
<version>0.2.0-alpha4</version>
5353
</dependency>
5454

5555
### Leiningen
@@ -63,7 +63,7 @@ Add the following to the `project.clj` dependencies:
6363

6464
For preview:
6565

66-
[org.clojure/data.xml "0.2.0-alpha3"]
66+
[org.clojure/data.xml "0.2.0-alpha4"]
6767

6868
## Examples
6969

0 commit comments

Comments
 (0)