Skip to content

Commit ef5e183

Browse files
authored
Update CHANGES.md
1 parent b89738e commit ef5e183

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGES.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changes
22

3-
## Master
3+
## 2.7.1
4+
5+
#### Fixed
6+
7+
- Fixed a Windows regression in the user script generation code introduced by [f339a8d](https://github.com/boot-clj/boot/commit/f339a8d9464bfc0e05f9c963744377e91a042c48). [#541][541]
8+
9+
#### Tasks
410

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

1015
## 2.7.0
1116

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

158165
## 2.6.0
159166

0 commit comments

Comments
 (0)