Skip to content

Commit 622e3ce

Browse files
committed
update to changelog
1 parent 5861272 commit 622e3ce

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

all.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6266,6 +6266,8 @@ <h1>Change Log</h1>
62666266
<h2>2015</h2>
62676267
<h3>June</h3>
62686268
<ul>
6269+
<li>Added a new section just for Nginx resources and Removed broken links on
6270+
the <a href="/web-servers.html">web servers</a> page.</li>
62696271
<li>Added a new page on Python
62706272
<a href="/object-relational-mappers-orms.html">object-relational mappers</a>, which
62716273
helped condense that information on a single page and lighten the loads on

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>June</h3>
4444
<ul>
45+
<li>Added a new section just for Nginx resources and Removed broken links on
46+
the <a href="/web-servers.html">web servers</a> page.</li>
4547
<li>Added a new page on Python
4648
<a href="/object-relational-mappers-orms.html">object-relational mappers</a>, which
4749
helped condense that information on a single page and lighten the loads on

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-06-13T09:48:41Z</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-06-13T09:50:31Z</updated></feed>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ the
1414

1515
## 2015
1616
### June
17+
* Added a new section just for Nginx resources and Removed broken links on
18+
the [web servers](/web-servers.html) page.
1719
* Added a new page on Python
1820
[object-relational mappers](/object-relational-mappers-orms.html), which
1921
helped condense that information on a single page and lighten the loads on

0 commit comments

Comments
 (0)