Skip to content

Commit 31f51ab

Browse files
committed
updating changelog
1 parent 6184a43 commit 31f51ab

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
@@ -6325,6 +6325,9 @@ <h1>Change Log</h1>
63256325
<h2>2015</h2>
63266326
<h3>June</h3>
63276327
<ul>
6328+
<li>Nice little update to the <a href="/object-relational-mappers-orms.html">ORMs page</a>
6329+
with a diagram showing that different ORMs can work with varying
6330+
web frameworks and backends.</li>
63286331
<li>Added a new section just for Nginx resources and Removed broken links on
63296332
the <a href="/web-servers.html">web servers</a> page.</li>
63306333
<li>Added a new page on Python

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>June</h3>
4444
<ul>
45+
<li>Nice little update to the <a href="/object-relational-mappers-orms.html">ORMs page</a>
46+
with a diagram showing that different ORMs can work with varying
47+
web frameworks and backends.</li>
4548
<li>Added a new section just for Nginx resources and Removed broken links on
4649
the <a href="/web-servers.html">web servers</a> page.</li>
4750
<li>Added a new page on Python

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-14T17:14:32Z</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-14T17:15:47Z</updated></feed>

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

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

1515
## 2015
1616
### June
17+
* Nice little update to the [ORMs page](/object-relational-mappers-orms.html)
18+
with a diagram showing that different ORMs can work with varying
19+
web frameworks and backends.
1720
* Added a new section just for Nginx resources and Removed broken links on
1821
the [web servers](/web-servers.html) page.
1922
* Added a new page on Python

0 commit comments

Comments
 (0)