summaryrefslogtreecommitdiffstats
path: root/doc/changes.tex
diff options
context:
space:
mode:
authorBenjamin Pierce <bcpierce00@gmail.com>2017-10-15 12:35:14 -0400
committerBenjamin Pierce <bcpierce00@gmail.com>2017-10-15 12:35:14 -0400
commitd62761d7c8a9f68d5c4c39b70ac8ab1ecbfb47d2 (patch)
treead354f0d65fb7501395b38935c602c93f0c7612c /doc/changes.tex
parent65cee1bd0daf986293725727f617cf3990092d3d (diff)
downloadunison-d62761d7c8a9f68d5c4c39b70ac8ab1ecbfb47d2.zip
unison-d62761d7c8a9f68d5c4c39b70ac8ab1ecbfb47d2.tar.gz
unison-d62761d7c8a9f68d5c4c39b70ac8ab1ecbfb47d2.tar.bz2
Tidy up change log and copyright dates
Diffstat (limited to 'doc/changes.tex')
-rw-r--r--doc/changes.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/changes.tex b/doc/changes.tex
index 3fe5150..3eddf5a 100644
--- a/doc/changes.tex
+++ b/doc/changes.tex
@@ -1,3 +1,15 @@
+\begin{changesfromversion}{2.48}
+\item Repository moved to GitHub (\URL{https://github.com/bcpierce00/unison}).
+\item Miscellaneous:
+\begin{itemize}
+\item The OCaml compiler version is now included in the ``connection header
+--- the string that's printed when connecting to a remote server --- to
+facilitate debugging version mismatch issues.
+\item Added a DockerFile for the convenience of Docker users.
+\item Many small bugfixes and UI improvements.
+\end{itemize}
+\end{changesfromversion}
+
\begin{changesfromversion}{2.45}
\item Incorporated a patch from Christopher Zimmermann to replace the
Uprintf module (which doesn't work with OCaml 4.02, causing Unison to crash) with equivalent