Bläddra i källkod

Fix date typos in changelog

Solomon Hykes 12 år sedan
förälder
incheckning
6c1bb39c09
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      CHANGELOG.md

+ 3 - 3
CHANGELOG.md

@@ -1,13 +1,13 @@
 # Changelog
 # Changelog
 
 
-## 0.2.2 (2012-05-03)
+## 0.2.2 (2013-05-03)
  + Support for data volumes ('docker run -v=PATH')
  + Support for data volumes ('docker run -v=PATH')
  + Share data volumes between containers ('docker run -volumes-from')
  + Share data volumes between containers ('docker run -volumes-from')
  + Improved documentation
  + Improved documentation
  * Upgrade to Go 1.0.3
  * Upgrade to Go 1.0.3
  * Various upgrades to the dev environment for contributors
  * Various upgrades to the dev environment for contributors
 
 
-## 0.2.1 (2012-05-01)
+## 0.2.1 (2013-05-01)
  + 'docker commit -run' bundles a layer with default runtime options: command, ports etc. 
  + 'docker commit -run' bundles a layer with default runtime options: command, ports etc. 
  * Improve install process on Vagrant
  * Improve install process on Vagrant
  + New Dockerfile operation: "maintainer"
  + New Dockerfile operation: "maintainer"
@@ -17,7 +17,7 @@
  + 'docker -d -r': restart crashed containers at daemon startup
  + 'docker -d -r': restart crashed containers at daemon startup
  * Runtime: improve test coverage
  * Runtime: improve test coverage
 
 
-## 0.2.0 (2012-04-23)
+## 0.2.0 (2013-04-23)
  - Runtime: ghost containers can be killed and waited for
  - Runtime: ghost containers can be killed and waited for
  * Documentation: update install intructions
  * Documentation: update install intructions
  - Packaging: fix Vagrantfile
  - Packaging: fix Vagrantfile