|
2 | 2 |
|
3 | 3 | Bug fixes:
|
4 | 4 |
|
5 |
| - * Correctly handle bad encoding in exception messages. Pull request #113 |
6 |
| - by Tomer Brisker |
7 |
| - * Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt |
| 5 | +* Correctly handle bad encoding in exception messages. Pull request #113 |
| 6 | + by Tomer Brisker |
| 7 | +* Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt |
8 | 8 |
|
9 | 9 | Enhancements:
|
10 | 10 |
|
11 |
| - * Make FileList#exclude more analogous to FileList#include. |
12 |
| - * Use IO.open instead of Open3.popen3 for CPU counter. |
13 |
| - * Make Rake::Task#already_invoked publicly accessible. |
14 |
| - Pull request #93 by Joe Rafaniello |
15 |
| - * Lookup prerequisites with same name outside of scope instead of |
16 |
| - matching self. Pull request #96 by Sandy Vanderbleek |
17 |
| - * Make FileList#pathmap behave like String#pathmap. |
18 |
| - Pull request #61 by Daniel Tamai |
19 |
| - * Add fetch method to task arguments. |
20 |
| - Pull request #12 by Chris Keathley |
21 |
| - * Use ruby warnings by default. Pull request #97 by Harold Giménez |
| 11 | +* Make FileList#exclude more analogous to FileList#include. |
| 12 | +* Use IO.open instead of Open3.popen3 for CPU counter. |
| 13 | +* Make Rake::Task#already_invoked publicly accessible. |
| 14 | + Pull request #93 by Joe Rafaniello |
| 15 | +* Lookup prerequisites with same name outside of scope instead of |
| 16 | + matching self. Pull request #96 by Sandy Vanderbleek |
| 17 | +* Make FileList#pathmap behave like String#pathmap. |
| 18 | + Pull request #61 by Daniel Tamai |
| 19 | +* Add fetch method to task arguments. |
| 20 | + Pull request #12 by Chris Keathley |
| 21 | +* Use ruby warnings by default. Pull request #97 by Harold Giménez |
22 | 22 |
|
23 | 23 | Compatibility Changes:
|
24 | 24 |
|
25 |
| - * Removed to support Ruby 1.8.x |
26 |
| - * Removed constant named `RAKEVERSION` |
27 |
| - * Removed Rake::AltSystem |
28 |
| - * Removed Rake::RubyForgePublisher |
29 |
| - * Removed Rake::TaskManager#last_comment. Use last_description. |
30 |
| - * Removed Rake::TaskLib#paste |
31 |
| - * Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher |
32 |
| - and CompositePublisher from lib/rake/contrib/publisher.rb |
33 |
| - * Removed "rake/runtest.rb" |
| 25 | +* Removed to support Ruby 1.8.x |
| 26 | +* Removed constant named `RAKEVERSION` |
| 27 | +* Removed Rake::AltSystem |
| 28 | +* Removed Rake::RubyForgePublisher |
| 29 | +* Removed Rake::TaskManager#last_comment. Use last_description. |
| 30 | +* Removed Rake::TaskLib#paste |
| 31 | +* Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher |
| 32 | + and CompositePublisher from lib/rake/contrib/publisher.rb |
| 33 | +* Removed "rake/runtest.rb" |
34 | 34 |
|
35 | 35 | === 10.5.0 / 2016-01-13
|
36 | 36 |
|
|
0 commit comments