diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -103,3 +103,7 @@
 ## 0.6.1.0 -- 2019-12-24
 
 * Sixth version revised A. Changed the dependencies bounds so that it can now be compiled for the GHC 8.8.1.
+
+## 0.6.2.0 -- 2019-12-24
+
+* Sixth version revised B. Changed the imported functions in the Melodics.Ukrainian module.
diff --git a/Melodics/Ukrainian.hs b/Melodics/Ukrainian.hs
--- a/Melodics/Ukrainian.hs
+++ b/Melodics/Ukrainian.hs
@@ -11,7 +11,8 @@
 
 module Melodics.Ukrainian (
   appendS16LEFile,
-  convertToProperUkrainian
+  convertToProperUkrainian,
+  takeData
 ) where
 
 import Data.Char
@@ -29,6 +30,7 @@
 data Triple = Z | O | T
   deriving (Eq,Ord,Show)
 
+-- | Function to take raw sound data from the \".wav\" file given.
 takeData :: FilePath -> IO B.ByteString
 takeData file = do
   data1 <- B.readFile file
diff --git a/mmsyn6ukr.cabal b/mmsyn6ukr.cabal
--- a/mmsyn6ukr.cabal
+++ b/mmsyn6ukr.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn6ukr
-version:             0.6.1.0
+version:             0.6.2.0
 synopsis:            A musical instrument synthesizer or a tool for Ukrainian language listening
 description:         A program can be used as a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets and writers
 homepage:            https://hackage.haskell.org/package/mmsyn6ukr
