diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-17 08:57:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-17 08:57:55 +0200 |
commit | 092b7cb571aa7695dd3530b409f72b6e50bf68b1 (patch) | |
tree | 2c68832684bfc26b051fc3e674a6c90082634616 /NEWS | |
parent | 8166cf5421685f25c6a482e14eaeacb209d1aadc (diff) |
Documentation updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -10,14 +10,16 @@ Version 0.13.0 $ bdep new -l c++ -t lib,split libhello See the SOURCE LAYOUT section in bdep-new(1) for details and a large - number of layout examples. + number of examples. - * The bdep-new command in the --package mode now creates the glue buildfile - for the project. + * The bdep-new command in the --package mode now creates the "glue + buildfile" for the project. - * The bdep-new command now generates the .gitattributes file. + * The bdep-new command now generates the .gitattributes file with sensible + defaults. - * The bdep-new --subdirectory mode option has been renamed to --source. + * The bdep-new --subdirectory mode option has been renamed to --source. The + corresponding options file has been renamed to bdep-new-source.options. * The bdep-new binless sub-option has been moved from --lang|-l to --type|t. |