Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert authored Dec 15, 2016
1 parent b89738e commit ef5e183
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changes

## Master
## 2.7.1

#### Fixed

- Fixed a Windows regression in the user script generation code introduced by [f339a8d](https://github.com/boot-clj/boot/commit/f339a8d9464bfc0e05f9c963744377e91a042c48). [#541][541]

#### Tasks

##### Task Options
- Added `-m, --mode` option to the `target` task — specifies the file
mode for written files — should only be used when default `rw-------`
is not enough.
is not enough. [#537][537]

## 2.7.0

Expand Down Expand Up @@ -45,7 +50,7 @@
- Format paths in `boot.class.path` and `fake.class.path` system properties
with correct, platform-specific paths [#488][488].
- Eliminate runtime reflection in `boot.core/deftask` macro [#490][490].
- Create bootscript tmpfile with mode `0600` instead of `0664`.
d- Create bootscript tmpfile with mode `0600` instead of `0664`.
- Previously, setting BOOT_COLOR to false was ignored, and the isWindows
check overruled the BOOT_COLOR selection. Now, the default for colorization
from isWindows is set only if BOOT_COLOR is blank [#536][536]
Expand Down Expand Up @@ -154,6 +159,8 @@
[536]: https://github.com/boot-clj/boot/pull/536
[540]: https://github.com/boot-clj/boot/pull/540
[539]: https://github.com/boot-clj/boot/pull/539
[541]: https://github.com/boot-clj/boot/issues/541
[537]: https://github.com/boot-clj/boot/pull/537

## 2.6.0

Expand Down

0 comments on commit ef5e183

Please sign in to comment.