CHANGELOG in r10k-1.2.0rc1 vs CHANGELOG in r10k-1.2.0rc2
- old
+ new
@@ -2,11 +2,11 @@
=========
1.2.0
-----
-2014/02/08
+Unreleased
### User Notes
Preliminary support for Puppetfile modules from SVN sources. SVN repositories
can track the latest available revision or may be pinned to a specific revision.
@@ -24,9 +24,50 @@
implementation.
Modules can swap out sources. When an existing module is changed from Forge to
Git, for instance, the existing module will be removed before the new module is
installed. (GH-30)
+
+1.2.0rc2
+--------
+
+2014/02/27
+
+### Notes
+
+Git repositories were not tracking their upstream remotes, repos should now
+properly update upstream changes.
+
+Git reference clones now fetch their cache remotes immediately after the
+initial clone.
+
+1.2.0rc1
+--------
+
+2014/02/08
+
+Release Candidate 1 for 1.2.0
+
+1.1.4
+-----
+
+2014-02-24
+
+This is a backwards compatible bugfix release.
+
+### Notes
+
+ * (GH-90) Multiple environments with the same name but with different sources
+ were previously colliding and some environments were being ignored. This has
+ been fixed and all environments should be deployed when updates are run.
+
+### Thanks
+
+Thanks to the following contributors for their their extraordinary patience and
+help in for chasing down GH-90:
+
+ * Andreas Ntaflos (antaflos)
+ * Igor Galić (igalic)
1.1.3
-----
2014-01-26