From e4f433393ae48367da65cfd205e3be1924b90271 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 25 Oct 2016 13:12:37 -0400 Subject: [PATCH] Add #73 and #106 to the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013651f..ebb521d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Fixed issue where `` tags nested in `
` was not converted properly (#70, #102)
  - Fixed header-like content not being escaped (#76, #105)
  - Fixed blockquote-like content not being escaped (#77, #103)
+ - Fixed ordered list-like content not being escaped (73, #106)
 
 ## [4.2.2]
 ### Fixed