Skip to content

Commit ef7a974

Browse files
committed
preping the 8.4.2 release.
1 parent 2786956 commit ef7a974

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

dcli/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# 8.4.2
2+
- Fixed a bug in the read where it was mixing codecs.
3+
- Change all occurances of #! /usr/bin/env dart with #! /usr/bin/env dcli to
4+
take advantage of the the faster startup time due to its use of the --resident flag.
5+
6+
17
# 8.4.1
28
- Change the script runner to use the --resident flag to improve startup times for dart scripts (from 5sec down to 1).
39
- Fixed a bug where the -v flag wasn't actually enabling verbose logging.
410
- moved flag class into its own file, verbose and help as well.
511

612

7-
8-
913
# 8.4.0
1014
- no using the document_throws package to document all exceptions.
1115
- document all exceptions.

0 commit comments

Comments
 (0)