Skip to content

Commit

Permalink
1.9.473
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Feb 10, 2017
1 parent af2ca80 commit c25c0a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.9.456
Latest stable release: 1.9.473

* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)

[Leiningen](http://github.com/technomancy/leiningen/) dependency information:

```
[org.clojure/clojurescript "1.9.456"]
[org.clojure/clojurescript "1.9.473"]
```

[Maven](http://maven.apache.org) dependency information:
Expand All @@ -22,7 +22,7 @@ Latest stable release: 1.9.456
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.9.456</version>
<version>1.9.473</version>
</dependency>
```

Expand Down
17 changes: 17 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.9.473

## Fixes
* CLJS-1931: Closure Compiler {{--generate_exports}} flag not supported
* CLJS-1934: Self-host: require-macros :reload / :reload-all fails
* CLJS-1932: Self-host: Perf regression macroexpand-check
* CLJS-1930: Master broken wrt static field: ES5_STRICT_UNCOMMON
* CLJS-1929: When expanding libs don't include Hidden files
* CLJS-1905: Self-host: Stacktraces for script/test-self-parity
* CLJS-1795: Support more options in the `:closure-warnings` compiler option
* CLJS-1922: Use :file as relative output path for foreign-libs
* CLJS-1831: Self-host: Improperly munge ns names
* CLJS-1925: Use of undeclared Var cljs.user/RegExp when extending protocol for RegExp
* CLJS-1920: cljs.build.api/node-inputs: package.json files are only added if module entries are top-leve
* CLJS-1916: __dirname and __filename are not defined when compiling for Node.js with optimizations :none
* CLJS-1915: cljs.test: Index out of bounds for stack element w/o line/column

## 1.9.456

### Enhancements
Expand Down

0 comments on commit c25c0a5

Please sign in to comment.