Merge pull request #411 from hynek/master

Add changelog entry for #304
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f9c8bbf..de22101 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -40,6 +40,8 @@
 Changes:
 ^^^^^^^^
 
+- Fixed ``AttributeError`` when :meth:`OpenSSL.SSL.Connection.get_app_data` was called before setting any app data.
+  [`#304 <https://github.com/pyca/pyopenssl/pull/304>`_]
 - Added :func:`OpenSSL.crypto.dump_publickey` to dump :class:`OpenSSL.crypto.PKey` objects that represent public keys, and :func:`OpenSSL.crypto.load_publickey` to load such objects from serialized representations.
   [`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]
 - Added :func:`OpenSSL.crypto.dump_crl` to dump a certificate revocation list out to a string buffer.