Skip to content

Commit ab01987

Browse files
committed
updating changelog
1 parent 186f5eb commit ab01987

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8285,6 +8285,10 @@ <h1>Change Log</h1>
82858285
<h2>2016</h2>
82868286
<h3>March</h3>
82878287
<ul>
8288+
<li>Made a huge improvement to the layout of the full-sized table of contents
8289+
that appears on pages that are above 768px wide (the collapsed table of
8290+
contents for mobile stays the same).</li>
8291+
<li>Began work on an <a href="/apache-http-server.html">Apache HTTP Server page</a>.</li>
82888292
<li>Added some new awesome <a href="/deployment.html">deployment</a> resources.</li>
82898293
</ul>
82908294
<h3>February</h3>

change-log.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ <h1>Change Log</h1>
3939
<h2>2016</h2>
4040
<h3>March</h3>
4141
<ul>
42+
<li>Made a huge improvement to the layout of the full-sized table of contents
43+
that appears on pages that are above 768px wide (the collapsed table of
44+
contents for mobile stays the same).</li>
45+
<li>Began work on an <a href="/apache-http-server.html">Apache HTTP Server page</a>.</li>
4246
<li>Added some new awesome <a href="/deployment.html">deployment</a> resources.</li>
4347
</ul>
4448
<h3>February</h3>

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>2016-03-12T14:21:50Z</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>2016-03-12T18:22:08Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ the
1616

1717
## 2016
1818
### March
19+
* Made a huge improvement to the layout of the full-sized table of contents
20+
that appears on pages that are above 768px wide (the collapsed table of
21+
contents for mobile stays the same).
22+
* Began work on an [Apache HTTP Server page](/apache-http-server.html).
1923
* Added some new awesome [deployment](/deployment.html) resources.
2024

2125
### February

0 commit comments

Comments
 (0)