I've a capture template like this:

 '(org-capture-templates
   (quote
    (("j" "Journal" plain
      (file+datetree "~/org/journal.org")
      "**** %?" :unnarrowed t)...

Current behaviour:

* 2015
** 2015-07 July
*** 2015-07-24 Friday
**** 3rd entry bla bla bla
**** 2nd entry foo bar
**** 1st entry test

Expected behaviour:

* 2015
** 2015-07 July
*** 2015-07-24 Friday
**** 1st entry test
**** 2nd entry foo bar
**** 3rd entry bla bla bla

I didn't set the 'prepend' key and also tried to set 'org-reverse-notes-order' to always.