diff --git a/documentation/manual/home.textile b/documentation/manual/home.textile
index 23d89d1850..b1543153d7 100644
--- a/documentation/manual/home.textile
+++ b/documentation/manual/home.textile
@@ -1,6 +1,6 @@
h1. Documentation
-Welcome to the *Play framework 1.4.0* documentation. Check the "version 1.4.0. release notes":releasenotes-1.4.0.
+Welcome to the *Play framework 1.4.3* documentation. Check the "version 1.4.3. release notes":releases/release1.4.x/releasenotes-1.4.3.
h2. Getting started
@@ -189,6 +189,7 @@ h2. Version notes
New versions of Play include certain changes. Check older release notes for:
# "About Play releases":releases/releases
+# "Play 1.4.3":releases/release1.4.x/releasenotes-1.4.3
# "Play 1.4.2":releases/release1.4.x/releasenotes-1.4.2
# "Play 1.4.1":releases/release1.4.x/releasenotes-1.4.1
# "Play 1.4.0":releases/release1.4.x/releasenotes-1.4.0
diff --git a/documentation/manual/releases/release1.4.x/releasenotes-1.4.3.textile b/documentation/manual/releases/release1.4.x/releasenotes-1.4.3.textile
new file mode 100644
index 0000000000..ba0fc66dc1
--- /dev/null
+++ b/documentation/manual/releases/release1.4.x/releasenotes-1.4.3.textile
@@ -0,0 +1,34 @@
+h1. Play 1.4.3 -- Release notes
+
+Play 1.4.3 has been released of the 1.4.x maintenance branch.
+
+The changes in this release are listed in the "Play 1.4.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/219451-143 on Lighthouse and "1.4.3 on github":https://github.com/playframework/play1/milestone/2?closed=1,
+including 27 resolved tickets.
+
+h2. What's new in Play 1.4.3
+
+* "#2055":https://play.lighthouseapp.com/projects/57987/tickets/2055 Upgrade dependency joda-time (from 2.9.2 to 2.9.4)
+* "#2056":https://play.lighthouseapp.com/projects/57987/tickets/2056 Upgrade Groovy to 2.4.7
+* "#986":https://github.com/playframework/play1/issues/986 Update selenium to 2.53
+
+h2. What's fixed in Play 1.4.3
+
+* "#2040":https://play.lighthouseapp.com/projects/57987/tickets/2040-concurrentmodificationexception-in-groovytemplatecompilerendtag ConcurrentModificationException in GroovyTemplateCompiler.endTag
+* "#2042":https://play.lighthouseapp.com/projects/57987/tickets/2042 Upgrade dependencies
+* "#2044":https://play.lighthouseapp.com/projects/57987/tickets/2044 support empty values in validation error arguments
+* "#2049":https://play.lighthouseapp.com/projects/57987/tickets/2049 Some resultsets are not close in Evolutions causing some leak
+* "#2050":https://play.lighthouseapp.com/projects/57987/tickets/2050 Update dep for netty and async-http
+* "#2051, #1667":https://play.lighthouseapp.com/projects/57987/tickets/2051 Avoid to call @Util and @Catch controller methods directly using a http request
+* "#2057":https://play.lighthouseapp.com/projects/57987/tickets/2057 Remove dependency on commons-collections
+* "#2052":https://play.lighthouseapp.com/projects/57987/tickets/2052 session.put() works incorrectly with null objects
+* "#2058":https://play.lighthouseapp.com/projects/57987/tickets/2058 KeyError: 'disable_random_jpda' in application.check_jpda
+* "#984":https://github.com/playframework/play1/issues/984 Play framework should log every time when application restart happens (in dev mode)
+* "#982":https://github.com/playframework/play1/issues/982 `play build-module` command should exit with error code if build failed
+* fix UnexpectedException.getErrorDescription(): write error message in any case
+* "#2059":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2059 Rework place of release note of documentation
+* Upgrade Apache Ant 1.9.6 -> 1.9.7
+* "#987":https://github.com/playframework/play1/pull/987 Don't swallow exceptions in binder
+* "#2048":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2048 upgrade to cglib 3.2.2
+* "#2053":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2053 flash method should handle value as a key message
+
+
diff --git a/documentation/manual/releases/releases.textile b/documentation/manual/releases/releases.textile
index e5c292d74a..f25ae28c8f 100644
--- a/documentation/manual/releases/releases.textile
+++ b/documentation/manual/releases/releases.textile
@@ -5,6 +5,7 @@ You can download Play releases "here":https://www.playframework.com/download. Ea
h2. Play 1.4.x
+# "Play 1.4.3":release1.4.x/releasenotes-1.4.3
# "Play 1.4.2":release1.4.x/releasenotes-1.4.2
# "Play 1.4.1":release1.4.x/releasenotes-1.4.1
# "Play 1.4.0":release1.4.x/releasenotes-1.4.0