Skip to content

Commit

Permalink
Tweak the changelog a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Jul 17, 2019
1 parent 1c2423a commit 1f24c43
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
32 changes: 15 additions & 17 deletions docs/ChangeLog
Expand Up @@ -103,8 +103,6 @@ New in 2019.07:
+ Telemetry's `snap` now also accepts an optional
"checkpoint" message [afc9f849]
+ Telemetry: allow snap `:heap` for heap snapshots [90e18b65][0c80e067]
+ Added `--confprog`, a way to configure the behavior of some
moarvm-internal systems like the profiler. [97334711]
+ `CompUnit::Repository::FileSystem` objects can now also be
created from an `IO::Path` [e9bbefd3][b2e72d6d]
+ Added support for `use v6.e.PREVIEW` [d4afd480]
Expand All @@ -117,6 +115,8 @@ New in 2019.07:
+ By default a parametric role group would now choose non-signatured
candidate for introspection; if there is no such candidate then
the first one would be chosen [6c023546]
+ Added `--confprog`, a way to configure the behavior of some
moarvm-internal systems like the profiler [97334711]
+ Removals:
+ Removed `:where` support for `Signature/Parameter.perl` [4cfe5ec1]
+ Removed several internal functions from `CORE::` and
Expand All @@ -140,30 +140,28 @@ New in 2019.07:
[65217aaa][109ce1f4][99176243][249c730e][340f692b][5a07a7fd][8809b9ce]
[de42e719][cac95fbb][0c8f269f][96e8d4f4][3fffe283][83f6256a][65ed8249]
[3f0dfcd7][f8ced498][3a4ebf34][75e234a2][6c5be5e0]
+ Revamped the whole build system [3627de6d][6d40290e][2c4f7c79][9ce98098]
[c7b3bd7a][2974076b][d54fafca][7c20b9c8][2c256531][0299578d][01e8b85f]
[55ebbacc][9ac52616][59d44cf0][8784b21c][cc584b72][cf33f1a0][7960454a]
[b619b560][86fe3a05][825b6787][38980f0d][4b481194][dd250027][6695777e]
[7d2bb288][13d65042][0adb7769][5404c2a2][c314acc8][8d2fade7][e91668ad]
[5935b1dd][f12a8c95][99c53c39][141bd4e1][da6d90e4][16ccbeb0][f6438b02]
[f2ccd6fa][49a4ddbd][1fceeada][87647236][9ba51a8b][f077f57c][adc8e212]
[4e15f205][4816277c][0acd27f4][6e14da54][79629bde][c86742ac][09b9e065]
[88218704][caae6e33][de53f43b][2b1e5ab4][63a1b50a][e132e476][fd0a4c21]
[c24b1875][b25d7c94][7467ab1d][70d481b2][2d7e7aa4][0522259d][3f25ba92]
[00362541][c8b5bd3e][6ee37f8b][b93201f5][136e8a43][0296102e][e51d2adb]
[1655e73c][7f69ef1d][f15f5687][f935bd20][9dca33b6][c5830f4c]
+ Revamped the whole build system [db5becfb][c1c108fd][bafa5239][3627de6d]
[6d40290e][2c4f7c79][9ce98098][c7b3bd7a][2974076b][d54fafca][7c20b9c8]
[2c256531][0299578d][01e8b85f][55ebbacc][9ac52616][59d44cf0][8784b21c]
[cc584b72][cf33f1a0][7960454a][b619b560][86fe3a05][825b6787][38980f0d]
[4b481194][dd250027][6695777e][7d2bb288][13d65042][0adb7769][5404c2a2]
[c314acc8][8d2fade7][e91668ad][5935b1dd][f12a8c95][99c53c39][141bd4e1]
[da6d90e4][16ccbeb0][f6438b02][f2ccd6fa][49a4ddbd][1fceeada][87647236]
[9ba51a8b][f077f57c][adc8e212][4e15f205][4816277c][0acd27f4][6e14da54]
[79629bde][c86742ac][09b9e065][88218704][caae6e33][de53f43b][2b1e5ab4]
[63a1b50a][e132e476][fd0a4c21][c24b1875][b25d7c94][7467ab1d][70d481b2]
[2d7e7aa4][0522259d][3f25ba92][00362541][c8b5bd3e][6ee37f8b][b93201f5]
[136e8a43][0296102e][7fc38d55][bf1bf73c][02e78700][50034d15][e51d2adb]
[1655e73c][7f69ef1d][f15f5687][f935bd20][2f8a4d78][9dca33b6][c5830f4c]
+ Introduced `PERL6_HOME` and `NQP_HOME` which allow to control where
Perl 6 and NQP look for their installation [8055fc1b][f76db01b]
[9196db5c][2633aad6][472c8c90]
+ Clarified build files a bit [db5becfb][c1c108fd][bafa5239]
+ Fixed default target on `nmake` [44e0386a]
+ Debugging commandline arguments now work on perl6 directly [2d3a7fbf]
[e26cd449][9ce17929][8b9297de]
+ Moved `spectest.data` file into roast [ed6d91c0]
+ Rakudo NQP libs are now installed into `/share/perl6/lib` instead
of `/share/nqp/lib` [34476c3a]
+ Largely refactored the build system for better maintenance [7fc38d55]
[bf1bf73c][02e78700][50034d15][2f8a4d78]
+ The "perl6" Perl 6 CompUnit repo was renamed to "core" and is now
installed in its own folder [80dff595][4d5b254e]
+ Efficiency:
Expand Down
32 changes: 15 additions & 17 deletions docs/announce/2019.07.md
Expand Up @@ -130,8 +130,6 @@ New in 2019.07:
+ Telemetry: allow snap `:heap` for heap snapshots [90e18b65][0c80e067]
+ `CompUnit::Repository::FileSystem` objects can now also be
created from an `IO::Path` [e9bbefd3][b2e72d6d]
+ Added `--confprog`, a way to configure the behavior of some
moarvm-internal systems like the profiler. [97334711]
+ Added support for `use v6.e.PREVIEW` [d4afd480]
+ `EVAL` now supports a `:check` flag to just check
syntax (like `perl6 -c`) [d41f162d][5b3a8ce0]
Expand All @@ -142,6 +140,8 @@ New in 2019.07:
+ By default a parametric role group would now choose non-signatured
candidate for introspection; if there is no such candidate then
the first one would be chosen [6c023546]
+ Added `--confprog`, a way to configure the behavior of some
moarvm-internal systems like the profiler [97334711]
+ Removals:
+ Removed `:where` support for `Signature/Parameter.perl` [4cfe5ec1]
+ Removed several internal functions from `CORE::` and
Expand All @@ -165,30 +165,28 @@ New in 2019.07:
[65217aaa][109ce1f4][99176243][249c730e][340f692b][5a07a7fd][8809b9ce]
[de42e719][cac95fbb][0c8f269f][96e8d4f4][3fffe283][83f6256a][65ed8249]
[3f0dfcd7][f8ced498][3a4ebf34][75e234a2][6c5be5e0]
+ Revamped the whole build system [3627de6d][6d40290e][2c4f7c79][9ce98098]
[c7b3bd7a][2974076b][d54fafca][7c20b9c8][2c256531][0299578d][01e8b85f]
[55ebbacc][9ac52616][59d44cf0][8784b21c][cc584b72][cf33f1a0][7960454a]
[b619b560][86fe3a05][825b6787][38980f0d][4b481194][dd250027][6695777e]
[7d2bb288][13d65042][0adb7769][5404c2a2][c314acc8][8d2fade7][e91668ad]
[5935b1dd][f12a8c95][99c53c39][141bd4e1][da6d90e4][16ccbeb0][f6438b02]
[f2ccd6fa][49a4ddbd][1fceeada][87647236][9ba51a8b][f077f57c][adc8e212]
[4e15f205][4816277c][0acd27f4][6e14da54][79629bde][c86742ac][09b9e065]
[88218704][caae6e33][de53f43b][2b1e5ab4][63a1b50a][e132e476][fd0a4c21]
[c24b1875][b25d7c94][7467ab1d][70d481b2][2d7e7aa4][0522259d][3f25ba92]
[00362541][c8b5bd3e][6ee37f8b][b93201f5][136e8a43][0296102e][e51d2adb]
[1655e73c][7f69ef1d][f15f5687][f935bd20][9dca33b6][c5830f4c]
+ Revamped the whole build system [db5becfb][c1c108fd][bafa5239][3627de6d]
[6d40290e][2c4f7c79][9ce98098][c7b3bd7a][2974076b][d54fafca][7c20b9c8]
[2c256531][0299578d][01e8b85f][55ebbacc][9ac52616][59d44cf0][8784b21c]
[cc584b72][cf33f1a0][7960454a][b619b560][86fe3a05][825b6787][38980f0d]
[4b481194][dd250027][6695777e][7d2bb288][13d65042][0adb7769][5404c2a2]
[c314acc8][8d2fade7][e91668ad][5935b1dd][f12a8c95][99c53c39][141bd4e1]
[da6d90e4][16ccbeb0][f6438b02][f2ccd6fa][49a4ddbd][1fceeada][87647236]
[9ba51a8b][f077f57c][adc8e212][4e15f205][4816277c][0acd27f4][6e14da54]
[79629bde][c86742ac][09b9e065][88218704][caae6e33][de53f43b][2b1e5ab4]
[63a1b50a][e132e476][fd0a4c21][c24b1875][b25d7c94][7467ab1d][70d481b2]
[2d7e7aa4][0522259d][3f25ba92][00362541][c8b5bd3e][6ee37f8b][b93201f5]
[136e8a43][0296102e][7fc38d55][bf1bf73c][02e78700][50034d15][e51d2adb]
[1655e73c][7f69ef1d][f15f5687][f935bd20][2f8a4d78][9dca33b6][c5830f4c]
+ Introduced `PERL6_HOME` and `NQP_HOME` which allow to control where
Perl 6 and NQP look for their installation [8055fc1b][f76db01b]
[9196db5c][2633aad6][472c8c90]
+ Clarified build files a bit [db5becfb][c1c108fd][bafa5239]
+ Fixed default target on `nmake` [44e0386a]
+ Debugging commandline arguments now work on perl6 directly [2d3a7fbf]
[e26cd449][9ce17929][8b9297de]
+ Moved `spectest.data` file into roast [ed6d91c0]
+ Rakudo NQP libs are now installed into `/share/perl6/lib` instead
of `/share/nqp/lib` [34476c3a]
+ Largely refactored the build system for better maintenance [7fc38d55]
[bf1bf73c][02e78700][50034d15][2f8a4d78]
+ The "perl6" Perl 6 CompUnit repo was renamed to "core" and is now
installed in its own folder [80dff595][4d5b254e]
+ Efficiency:
Expand Down

0 comments on commit 1f24c43

Please sign in to comment.