Update Changelog with one last bugfix

Signed-off-by: Joffrey F <[email protected]>
diff --git a/docs/change_log.md b/docs/change_log.md
index fa94db8..d0590a4 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -20,7 +20,6 @@
   param.
 
 
-
 ### Bugfixes
 
 * Fixed a bug where streaming data over HTTPS would sometimes behave
@@ -30,6 +29,9 @@
 * Fixed a bug where auth config credentials containing unicode characters would
   cause failures when pushing / pulling images.
 * Setting `tail=0` in `Client.logs` no longer shows past logs.
+* Fixed a bug where `Client.pull` and `Client.push` couldn't handle image names
+  containing a dot.
+
 
 ### Miscellaneous
 
@@ -37,6 +39,7 @@
 * Several test improvements and cleanup that should make the suite easier to
   expand and maintain moving forward.
 
+
 1.5.0
 -----