We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2786956 commit ef7a974Copy full SHA for ef7a974
1 file changed
dcli/CHANGELOG.md
@@ -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
7
# 8.4.1
8
- Change the script runner to use the --resident flag to improve startup times for dart scripts (from 5sec down to 1).
9
- Fixed a bug where the -v flag wasn't actually enabling verbose logging.
10
- moved flag class into its own file, verbose and help as well.
11
12
-
13
# 8.4.0
14
- no using the document_throws package to document all exceptions.
15
- document all exceptions.
0 commit comments