File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## Supported Release 4.21.0
7
+ ### Summary
8
+
9
+ This is a small feature release that includes a revamped, albeit backwards-compatible file_line type.
10
+
11
+ #### Added
12
+ - ` replace_all_matches_not_matching_line ` parameter in file_line
13
+ - additional tests and documentation for file_line
14
+
15
+ #### Removed
16
+ - duplicate spec test for absolute_path
17
+
18
+ #### Fixed
19
+ - Unixpath type to allow "/" as valid path
20
+ - file_line behavior that caused infinite appending of ` line ` to a file ([ MODULES-5651] ( https://tickets.puppet.com/browse/MODULES-5651 ) )
21
+
6
22
## Supported Release 4.20.0
7
23
### Summary
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-stdlib" ,
3
- "version" : " 4.20 .0" ,
3
+ "version" : " 4.21 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Standard library of resources for Puppet modules." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments