dcramer / django-devserver

A drop-in replacement for Django's runserver.
BSD 3-Clause "New" or "Revised" License
1.27k stars 158 forks source link

Strongly outdated CHANGES File #95

Closed DebVortex closed 8 years ago

DebVortex commented 10 years ago

I just noticed that the CHANGES File was not updated since version 0.3.1, which was 2 years ago.

With a up to date CHANGES File it is easier possible to follow changes like the removeal of WSGIServerException and the bugfix done here: #86.

Would it be possible to get it up to date?

dcramer commented 10 years ago

@DebVortex git diff 0.3.1..HEAD :)

Honestly, devserver's barely been updated in two years, but pull requests are welcome

DebVortex commented 10 years ago

If i find the time in the next days i will make a Pull-Request that closes this issue.

egrubbs commented 8 years ago

I didn't see a pull request, so I'm closing this ticket.