You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
##2015-05-26 - Release 0.4.0
2
+
###Summary
3
+
This release adds greater flexibility to `git` and `git_config` and includes a couple of bug fixes, including fixing `git_config` with multiple users.
4
+
5
+
####Deprecations
6
+
- The `section` parameter in `git_config` and `git::config` has been deprecated. The full option name should be passed to the `key` parameter instead (i.e., "user.email")
7
+
8
+
####Features
9
+
- Refactored existing facts and added spec tests (MODULES-1571)
10
+
- Test and doc updates
11
+
- New parameters in class `git`:
12
+
-`package_manage`
13
+
-`package_ensure`
14
+
-`configs`
15
+
16
+
####Bugfixes
17
+
- Only run if git is actually installed (MODULES-1238)
18
+
- Fix `git_config` to work with multiple users (MODULES-1863)
19
+
1
20
##2014-11-18 - Release 0.3.0
2
21
###Summary
3
22
This release primarily includes improvements to `git::config` and the addition of the `git_config` type&provider, along with much improved testing
0 commit comments