Skip to content

Commit 83fa91c

Browse files
committed
updating changelog to match websockets changes
1 parent eb98969 commit 83fa91c

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4457,6 +4457,9 @@ <h1>Change Log</h1>
44574457
<h2>2015</h2>
44584458
<h3>January</h3>
44594459
<ul>
4460+
<li>Major improvements to <a href="/websockets.html">Websockets</a> page after suggestions
4461+
from
4462+
<a href="https://github.com/makaimc/fullstackpython.github.com/issues/47">issue #47 on GitHub repository</a>.</li>
44604463
<li>Rewrote the Mailchimp sign up form for the email list so it doesn't have
44614464
the external JQuery libraries as dependencies. Site should be even faster
44624465
now.</li>

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ <h1>Change Log</h1>
4444
<h2>2015</h2>
4545
<h3>January</h3>
4646
<ul>
47+
<li>Major improvements to <a href="/websockets.html">Websockets</a> page after suggestions
48+
from
49+
<a href="https://github.com/makaimc/fullstackpython.github.com/issues/47">issue #47 on GitHub repository</a>.</li>
4750
<li>Rewrote the Mailchimp sign up form for the email list so it doesn't have
4851
the external JQuery libraries as dependencies. Site should be even faster
4952
now.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-02T14:43:31Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-03T10:11:12Z</updated></feed>

source/content/pages/13-meta/1104-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ the
2424

2525
## 2015
2626
### January
27+
* Major improvements to [Websockets](/websockets.html) page after suggestions
28+
from
29+
[issue #47 on GitHub repository](https://github.com/makaimc/fullstackpython.github.com/issues/47).
2730
* Rewrote the Mailchimp sign up form for the email list so it doesn't have
2831
the external JQuery libraries as dependencies. Site should be even faster
2932
now.

0 commit comments

Comments
 (0)